1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 15:48:00 +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:
Martin Stubenschrott
2007-05-09 01:44:39 +00:00
parent f873389e5f
commit ed397bd2ef

View File

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