Fix Group Configuration Page after rebase.

This commit is contained in:
polesye
2014-08-01 14:53:32 +03:00
committed by cahrens
parent 61c417f7f4
commit e8ae3d1b4a
4 changed files with 27 additions and 21 deletions

View File

@@ -14,9 +14,9 @@ function ($, _, gettext, BasePage, GroupConfigurationsList) {
renderPage: function() {
var hash = this.getLocationHash();
this.$el.append(this.listView.render().el);
this.$('.content-primary').append(this.listView.render().el);
this.addButtonActions();
this.addWindowActions();
this.addWindowActions();
if (hash) {
// Strip leading '#' to get id string to match
this.expandConfiguration(hash.replace('#', ''));