Skip to content

Commit

Permalink
Simplify code
Browse files Browse the repository at this point in the history
  • Loading branch information
Infocatcher committed Aug 2, 2013
1 parent 4c1e856 commit 4b25b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -1568,7 +1568,7 @@ var windowsObserver = {
else if(prefs.get("toggleTabPrivateAutoReload")) {
var browser = tab.linkedBrowser;
if(!browser.webProgress.isLoadingDocument)
tab.linkedBrowser.reload();
browser.reload();
}
if(tab == this.getTabBrowser(tab).selectedTab) {
this.updateTabContext(window);
Expand Down

0 comments on commit 4b25b94

Please sign in to comment.