1
0
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:
Martin Stubenschrott
2008-12-08 15:47:38 +01:00
parent 6f8e39e84e
commit 9fe3e53ce0
4 changed files with 4 additions and 3 deletions

View File

@@ -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)