Move info bar below the sticked toolbar

This commit is contained in:
C?dric Krier 2015-10-24 13:30:12 +02:00
parent 3bd89cd14f
commit 10015e8c69

View file

@ -15,12 +15,12 @@
'class': this.class_
});
var toolbar = this.create_toolbar().appendTo(this.el);
this.title = toolbar.find('a.navbar-brand');
if (this.info_bar) {
this.el.append(this.info_bar.el);
}
var toolbar = this.create_toolbar().appendTo(this.el);
this.title = toolbar.find('a.navbar-brand');
},
set_menu: function(menu) {
this.menu_def().forEach(function(definition) {