1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 07:48:00 +01:00

Fix :delqmarks

This commit is contained in:
Daniel Bainton
2008-12-13 17:43:24 +02:00
parent 087dcd522c
commit 73fa8399cb

View File

@@ -931,7 +931,7 @@ function QuickMarks() //{{{
if (args.bang)
quickmarks.removeAll();
else
quickmarks.remove(args);
quickmarks.remove(args.string);
},
{ bang: true });