mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 23:20:51 +00:00
12.0 redesign wiki list (#6155)
* 01 remove useless wiki codes * 02 change delete wiki tip * 03 fix code format * 04 redesign wikis
This commit is contained in:
@@ -75,7 +75,7 @@ class App extends Component {
|
||||
}
|
||||
|
||||
navigateClientUrlToLib = () =>{
|
||||
if (window.location.hash && window.location.hash.indexOf('common/lib') != -1){
|
||||
if (window.location.hash && window.location.hash.indexOf('common/lib') != -1) {
|
||||
let splitUrlArray = window.location.hash.split('/');
|
||||
let repoID = splitUrlArray[splitUrlArray.length - 2];
|
||||
let url = siteRoot + 'library/' + repoID + '/';
|
||||
@@ -129,7 +129,7 @@ class App extends Component {
|
||||
};
|
||||
|
||||
onGroupChanged = (groupID) => {
|
||||
setTimeout(function(){
|
||||
setTimeout(function() {
|
||||
let url;
|
||||
if (groupID) {
|
||||
url = siteRoot + 'group/' + groupID + '/';
|
||||
|
Reference in New Issue
Block a user