mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
only use the fix for webkit browsers
This commit is contained in:
parent
76483bf766
commit
070443f811
1 changed files with 3 additions and 0 deletions
|
@ -29,6 +29,8 @@
|
|||
* this exception statement from your version. If you delete this exception
|
||||
* statement from all source files in the program, then also delete it here.
|
||||
*/
|
||||
|
||||
if (Ext.isWebKit) {
|
||||
Ext.override(Ext.form.TriggerField, {
|
||||
onResize: function(w, h) {
|
||||
Ext.form.TriggerField.superclass.onResize.call(this, w, h);
|
||||
|
@ -39,3 +41,4 @@ Ext.override(Ext.form.TriggerField, {
|
|||
this.wrap.setWidth(w);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue