mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-01 04:52:27 +01:00
Only show "Waiting..." message if wed otherwise show items (should maybe do the same for context.message); prefix window functions with "window."; general cleanup.
This commit is contained in:
@@ -635,7 +635,7 @@ function Commands() //{{{
|
||||
|
||||
// check for correct number of arguments
|
||||
if (args.length == 0 && /^[1+]$/.test(argCount) ||
|
||||
literal != null && /[+?]/.test(argCount) && !/\S/.test(args.literalArg || ""))
|
||||
literal != null && /[1+]/.test(argCount) && !/\S/.test(args.literalArg || ""))
|
||||
{
|
||||
if (!complete)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user