1
0
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:
llj
2016-04-11 18:08:56 +08:00
parent 32b2532e48
commit 9b97c8bf59

View File

@@ -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() {