1
0
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:
Martin Stubenschrott
2007-04-21 02:05:00 +00:00
parent 083aa0ae4a
commit 33de3f2966
3 changed files with 11 additions and 7 deletions

View File

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