1
0
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:
Daniel Pan
2016-08-19 18:09:18 +08:00
committed by GitHub
4 changed files with 20 additions and 65 deletions

View File

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