mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 09:37:58 +01:00
Fix :delqmarks
This commit is contained in:
@@ -931,7 +931,7 @@ function QuickMarks() //{{{
|
|||||||
if (args.bang)
|
if (args.bang)
|
||||||
quickmarks.removeAll();
|
quickmarks.removeAll();
|
||||||
else
|
else
|
||||||
quickmarks.remove(args);
|
quickmarks.remove(args.string);
|
||||||
},
|
},
|
||||||
{ bang: true });
|
{ bang: true });
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user