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