Firefox: different way for reloading a tab

pull/2/head
Deathamns 9 years ago committed by gorhill
parent 64e3310a36
commit f5c675e8b8

@ -730,12 +730,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…
Cancel
Save