remove this.info which remained from when the statusbar was at the top
This commit is contained in:
parent
2a09752fd9
commit
bd56957c27
|
@ -13,7 +13,6 @@ Deluge.Widgets.Toolbar = new Class({
|
||||||
initialize: function() {
|
initialize: function() {
|
||||||
this.parent($('toolbar'))
|
this.parent($('toolbar'))
|
||||||
this.buttons = this.element.getFirst()
|
this.buttons = this.element.getFirst()
|
||||||
this.info = this.element.getLast()
|
|
||||||
this.buttons.getElements('li').each(function(el) {
|
this.buttons.getElements('li').each(function(el) {
|
||||||
el.addEvent('click', function(e) {
|
el.addEvent('click', function(e) {
|
||||||
e.action = el.id
|
e.action = el.id
|
||||||
|
|
Loading…
Reference in New Issue