mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-18 00:00:00 +00:00
[group] fixed wiki url
This commit is contained in:
@@ -210,7 +210,7 @@ define([
|
||||
},
|
||||
|
||||
showGroupWiki: function() {
|
||||
location.href = '/group/' + this.group.id + '/wiki/';
|
||||
location.href = app.config.siteRoot + 'group/' + this.group.id + '/wiki/';
|
||||
},
|
||||
|
||||
toggleMembersPanel: function() {
|
||||
|
Reference in New Issue
Block a user