mirror of
https://git.deluge-torrent.org/deluge
synced 2025-09-08 19:15:36 +00:00
remove this.info which remained from when the statusbar was at the top
This commit is contained in:
parent
2a09752fd9
commit
bd56957c27
1 changed files with 0 additions and 1 deletions
|
@ -13,7 +13,6 @@ Deluge.Widgets.Toolbar = new Class({
|
|||
initialize: function() {
|
||||
this.parent($('toolbar'))
|
||||
this.buttons = this.element.getFirst()
|
||||
this.info = this.element.getLast()
|
||||
this.buttons.getElements('li').each(function(el) {
|
||||
el.addEvent('click', function(e) {
|
||||
e.action = el.id
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue