1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-17 15:53:28 +00:00

[side nav] improvement

This commit is contained in:
llj
2015-04-16 11:58:13 +08:00
committed by Daniel Pan
parent cb4ab9884e
commit f53c178e95
6 changed files with 28 additions and 20 deletions

View File

@@ -7,7 +7,7 @@ define([
'use strict';
var GroupSideNavView = Backbone.View.extend({
el: '#grp-side-nav',
el: '#group-side-nav',
template: _.template($("#group-side-nav-tmpl").html()),
enableModTemplate: _.template($("#group-mods-enable-form-tmpl").html()),
@@ -70,7 +70,7 @@ define([
form_id: form.attr('id'),
post_url: Common.getUrl({
'name': 'toggle_group_modules',
'group_id': _this.group_id,
'group_id': _this.group_id
}),
post_data: {'group_wiki': cur_checked },
after_op_success: function () {