mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 15:09:14 +00:00
Merge pull request #1320 from haiwen/side-nav-fix
[side nav] group list: fix
This commit is contained in:
@@ -25,7 +25,7 @@ define([
|
||||
'show_group_list': this.group_expanded, // when cur_tab is not 'group'
|
||||
'groups': app.pageOptions.groups,
|
||||
'mods_enabled': app.pageOptions.user_mods_enabled,
|
||||
'can_add_repo': app.pageOptions.can_add_repo,
|
||||
'can_add_repo': app.pageOptions.can_add_repo
|
||||
};
|
||||
var _this = this;
|
||||
$('#js-toggle-side-nav').click(function() {
|
||||
|
Reference in New Issue
Block a user