mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 15:48:00 +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;
|
break;
|
||||||
|
|
||||||
case "number":
|
case "number":
|
||||||
value = parseInt(value, 10);
|
value = parseInt(value);
|
||||||
|
|
||||||
if (isNaN(value))
|
if (isNaN(value))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user