summaryrefslogtreecommitdiffstats
path: root/deluge/ui/web/js/ext-extensions-debug.js
diff options
context:
space:
mode:
authorDamien Churchill <damoxc@gmail.com>2012-01-09 22:37:29 +0000
committerDamien Churchill <damoxc@gmail.com>2012-01-09 22:37:29 +0000
commitd60b436fcb2736aa1ec7531e67dc8d5fa3fd8ed3 (patch)
tree8d5963c4c11bc79d404eaeeab19bf54b0eb494b9 /deluge/ui/web/js/ext-extensions-debug.js
parent2e0e0fb6b5ff0b60df67244e51f39fece7da41c7 (diff)
downloaddeluge-d60b436fcb2736aa1ec7531e67dc8d5fa3fd8ed3.tar.gz
deluge-d60b436fcb2736aa1ec7531e67dc8d5fa3fd8ed3.tar.bz2
deluge-d60b436fcb2736aa1ec7531e67dc8d5fa3fd8ed3.zip
web: rebuild the compressed javascript
There were a few changes when upgrading to ext 3.4 so rebuild and compress the javascript files
Diffstat (limited to 'deluge/ui/web/js/ext-extensions-debug.js')
-rw-r--r--deluge/ui/web/js/ext-extensions-debug.js21
1 files changed, 5 insertions, 16 deletions
diff --git a/deluge/ui/web/js/ext-extensions-debug.js b/deluge/ui/web/js/ext-extensions-debug.js
index 0096642dd..c41501ac8 100644
--- a/deluge/ui/web/js/ext-extensions-debug.js
+++ b/deluge/ui/web/js/ext-extensions-debug.js
@@ -2284,10 +2284,10 @@ Ext.ux.Spinner = Ext.extend(Ext.util.Observable, {
//backwards compat
Ext.form.Spinner = Ext.ux.Spinner;
/*!
- * Ext JS Library 3.1.0
- * Copyright(c) 2006-2009 Ext JS, LLC
- * licensing@extjs.com
- * http://www.extjs.com/license
+ * Ext JS Library 3.4.0
+ * Copyright(c) 2006-2011 Sencha Inc.
+ * licensing@sencha.com
+ * http://www.sencha.com/license
*/
/**
* @class Ext.ux.StatusBar
@@ -2493,18 +2493,7 @@ sb.setStatus({
this.insert(0, this.statusEl);
this.insert(1, '->');
}
-
-// this.statusEl = td.createChild({
-// cls: 'x-status-text ' + (this.iconCls || this.defaultIconCls || ''),
-// html: this.text || this.defaultText || ''
-// });
-// this.statusEl.unselectable();
-
-// this.spacerEl = td.insertSibling({
-// tag: 'td',
-// style: 'width:100%',
-// cn: [{cls:'ytb-spacer'}]
-// }, right ? 'before' : 'after');
+ this.doLayout();
},
/**