From adb807770696078474a157699613d6999c6ccd58 Mon Sep 17 00:00:00 2001 From: Jordan Lee Date: Sun, 9 Jun 2013 19:41:51 +0000 Subject: [PATCH] (trunk web) #5380 'numeric input method not compatible with non-querty keyboards' -- fixed w/patch from lechevalierd3on --- web/index.html | 18 +++++++++--------- web/javascript/transmission.js | 1 - 2 files changed, 9 insertions(+), 10 deletions(-) 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)); -- 2.40.0