Skip to content

Commit

Permalink
Be consistent with variable names
Browse files Browse the repository at this point in the history
  • Loading branch information
yosh committed Nov 17, 2008
1 parent c39b741 commit 17e9907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/content/browserOverlay.js
Expand Up @@ -475,7 +475,7 @@ function init() {

prefs.setCharPref("lastversion", version);
if (pageURL && pageURL != "null") {
setTimeout(function(){window.openUILinkIn(pageURL, "tab")}, SHOW_DELAY);
setTimeout(function(){window.openUILinkIn(pageURL, "tab")}, STARTUP_SHOW_DELAY);
}

if (FF3) {
Expand Down

0 comments on commit 17e9907

Please sign in to comment.