From: Jordan Lee Date: Sun, 9 Jun 2013 19:41:51 +0000 (+0000) Subject: (trunk web) #5380 'numeric input method not compatible with non-querty keyboards... X-Git-Tag: 2.80~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=adb807770696078474a157699613d6999c6ccd58;p=transmission (trunk web) #5380 'numeric input method not compatible with non-querty keyboards' -- fixed w/patch from lechevalierd3on --- diff --git a/web/index.html b/web/index.html index fc66dd13c..6483c1691 100755 --- a/web/index.html +++ b/web/index.html @@ -96,26 +96,26 @@
Seeding
-
+
-
+
Speed Limits
-
+
-
+
Alternative Speed Limits
Override normal speed limits manually or at scheduled times
Upload (kB/s):
-
+
Download (kB/s):
-
+
From:
@@ -139,9 +139,9 @@
Connections
-
+
-
+
Options
@@ -169,7 +169,7 @@
Listening Port
-
+
 
Status: Unknown
diff --git a/web/javascript/transmission.js b/web/javascript/transmission.js index 75013c02c..29dcce0cc 100644 --- a/web/javascript/transmission.js +++ b/web/javascript/transmission.js @@ -41,7 +41,6 @@ Transmission.prototype = Prefs.getClutchPrefs(this); // Set up user events - $(".numberinput").forceNumeric(); $('#toolbar-pause').click($.proxy(this.stopSelectedClicked,this)); $('#toolbar-start').click($.proxy(this.startSelectedClicked,this)); $('#toolbar-pause-all').click($.proxy(this.stopAllClicked,this));