mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-03 09:04:12 +01:00
valign=top for cells
This commit is contained in:
@@ -125,8 +125,8 @@ nsBrowserStatusHandler.prototype =
|
||||
},
|
||||
onLocationChange:function (aWebProgress, aRequest, aLocation)
|
||||
{
|
||||
// firefox 3.0 doesn't seem to have them anymore
|
||||
if (UpdateBackForwardButtons)
|
||||
// firefox 3.0 doesn't seem to have this function anymore
|
||||
if (typeof UpdateBackForwardButtons == "function")
|
||||
UpdateBackForwardButtons();
|
||||
|
||||
var url = aLocation.spec;
|
||||
|
||||
Reference in New Issue
Block a user