mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-29 12:02:25 +01:00
The Return of the Link
This commit is contained in:
@@ -105,11 +105,20 @@ nsBrowserStatusHandler.prototype =
|
||||
|
||||
setOverLink : function(link, b)
|
||||
{
|
||||
//updateStatusbar(link);
|
||||
//vimperator.echo(link);
|
||||
var ssli = get_pref("showstatuslinks");
|
||||
if (link && ssli)
|
||||
{
|
||||
if (ssli == 1)
|
||||
updateStatusbar("Link: " + link);
|
||||
else if (ssli == 2)
|
||||
vimperator.echo("Link: " + link);
|
||||
}
|
||||
|
||||
if (link == "")
|
||||
{
|
||||
updateStatusbar();
|
||||
showMode();
|
||||
}
|
||||
|
||||
},
|
||||
setJSStatus : function(status)
|
||||
|
||||
Reference in New Issue
Block a user