mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 16:57:57 +01:00
allow number options to be set with octal and hex values
This commit is contained in:
@@ -1753,7 +1753,7 @@ vimperator.Commands = function() //{{{
|
||||
break;
|
||||
|
||||
case "number":
|
||||
value = parseInt(value, 10);
|
||||
value = parseInt(value);
|
||||
|
||||
if (isNaN(value))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user