mirror of
https://github.com/transmission/transmission.git
synced 2025-12-20 10:28:32 +00:00
(web client) getValue needs to accept all types of html5 text fields
This commit is contained in:
@@ -117,7 +117,11 @@ function PrefsDialog(remote) {
|
||||
case 'radio':
|
||||
return e.prop('checked');
|
||||
|
||||
case 'text':
|
||||
case 'text':
|
||||
case 'url':
|
||||
case 'email':
|
||||
case 'number':
|
||||
case 'search':
|
||||
case 'select-one':
|
||||
str = e.val();
|
||||
if( parseInt(str,10).toString() === str)
|
||||
|
||||
Reference in New Issue
Block a user