1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 03:47:57 +01:00

new popups=4 option

This commit is contained in:
Martin Stubenschrott
2008-05-24 12:02:50 +00:00
parent 9b3a00f3fd
commit b8dcad1d51
6 changed files with 11 additions and 3 deletions

View File

@@ -381,7 +381,7 @@ liberator.Options = function () //{{{
}
// 1 2 3 4 5 6
var matches = args.match(/^\s*(no|inv)?([a-z]+)([?&!])?\s*(([+-^]?)=(.*))?\s*$/);
var matches = args.match(/^\s*(no|inv)?([a-z_]+)([?&!])?\s*(([+-^]?)=(.*))?\s*$/);
if (!matches)
{
liberator.echoerr("E518: Unknown option: " + args);