mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 18:37:58 +01:00
changed setOverLink back to echo() as I really couldn't stand it anymore in the statusbar
Mail me if you really want it in the statusbar, and come up with a good setting name for this preference
This commit is contained in:
@@ -93,7 +93,8 @@ nsBrowserStatusHandler.prototype =
|
|||||||
|
|
||||||
setOverLink : function(link, b)
|
setOverLink : function(link, b)
|
||||||
{
|
{
|
||||||
updateStatusbar(link);
|
// updateStatusbar(link);
|
||||||
|
echo(link);
|
||||||
|
|
||||||
if (link == "")
|
if (link == "")
|
||||||
showMode();
|
showMode();
|
||||||
|
|||||||
Reference in New Issue
Block a user