mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 16:37:58 +01:00
Fix :reloadall.
This commit is contained in:
@@ -379,7 +379,7 @@ var Tabs = Module("tabs", {
|
||||
reloadAll: function (bypassCache) {
|
||||
this.visibleTabs.forEach(function (tab) {
|
||||
try {
|
||||
this.reload(config.tabbrowser.mTabs[i], bypassCache);
|
||||
tabs.reload(tab, bypassCache);
|
||||
}
|
||||
catch (e) {
|
||||
dactyl.reportError(e, true);
|
||||
|
||||
Reference in New Issue
Block a user