From bd56957c27b223eeda70e88ae94827005bb29ff2 Mon Sep 17 00:00:00 2001 From: Damien Churchill Date: Mon, 13 Oct 2008 18:03:54 +0000 Subject: [PATCH] remove this.info which remained from when the statusbar was at the top --- deluge/ui/webui/templates/ajax/static/js/deluge-bars.js | 1 - 1 file changed, 1 deletion(-) diff --git a/deluge/ui/webui/templates/ajax/static/js/deluge-bars.js b/deluge/ui/webui/templates/ajax/static/js/deluge-bars.js index 986f105fc..7f2525341 100644 --- a/deluge/ui/webui/templates/ajax/static/js/deluge-bars.js +++ b/deluge/ui/webui/templates/ajax/static/js/deluge-bars.js @@ -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