mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-30 00:45:54 +01:00
Fixed Added Quickmarks annoyance, and changed verbose to 1 by default
This commit is contained in:
@@ -975,7 +975,7 @@ function QuickMarks() //{{{
|
||||
add: function add(qmark, location)
|
||||
{
|
||||
qmarks.set(qmark, location);
|
||||
liberator.echo("Added Quick Mark '" + qmark + "': " + location);
|
||||
liberator.echomsg("Added Quick Mark '" + qmark + "': " + location, 1);
|
||||
},
|
||||
|
||||
remove: function remove(filter)
|
||||
|
||||
Reference in New Issue
Block a user