1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-18 00:00:00 +00:00

Improve group nav and fix other urls

This commit is contained in:
Daniel Pan
2015-04-14 11:29:38 +08:00
parent 628511aef8
commit d60630b9eb
11 changed files with 21 additions and 46 deletions

View File

@@ -9,8 +9,8 @@ define([
var GroupSideNavView = Backbone.View.extend({
el: '#grp-side-nav',
template: _.template($("#grp-side-nav-tmpl").html()),
enableModTemplate: _.template($("#grp-mods-enable-form-tmpl").html()),
template: _.template($("#group-side-nav-tmpl").html()),
enableModTemplate: _.template($("#group-mods-enable-form-tmpl").html()),
initialize: function() {
},
@@ -58,7 +58,7 @@ define([
$('.checkbox-orig', form).click(function() {
$(this).parent().toggleClass('checkbox-checked');
});
// TODO: after form submit, page goes to http://127.0.0.1:8000/
// TODO: after form submit, page goes to http://127.0.0.1:8000/
},
show: function() {