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;
|
||||
}
|
||||
|
||||
if ( vAPI.fennec ) {
|
||||
tab.browser.reload();
|
||||
return;
|
||||
}
|
||||
|
||||
getOwnerWindow(tab).gBrowser.reloadTab(tab);
|
||||
getBrowserForTab(tab).webNavigation.reload(0);
|
||||
};
|
||||
|
||||
/******************************************************************************/
|
||||
|
|
Loading…
Reference in New Issue