mirror of https://github.com/gorhill/uBlock.git
Firefox: different way for reloading a tab
This commit is contained in:
parent
fbddda46bb
commit
4a10a51d20
|
@ -768,12 +768,7 @@ vAPI.tabs.reload = function(tabId) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( vAPI.fennec ) {
|
getBrowserForTab(tab).webNavigation.reload(0);
|
||||||
tab.browser.reload();
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
getOwnerWindow(tab).gBrowser.reloadTab(tab);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/******************************************************************************/
|
/******************************************************************************/
|
||||||
|
|
Loading…
Reference in New Issue