duplication of the current tab should be controlled on Firefox 3.6.

This commit is contained in:
Piro / SHIMODA Hiroshi 2011-05-06 02:25:44 +09:00
parent a26fc6b420
commit d45e208079

View File

@ -640,7 +640,7 @@ var TreeStyleTabService = {
if (!source || !/^\(?function (BrowserReloadOrDuplicate)/.test(source))
return;
eval(aFunc+' = '+source.replace(
'duplicateTabIn(',
/((?:openUILinkIn|duplicateTabIn)\()/g,
<![CDATA[
if (where == 'tab' || where == 'tabshifted')
TreeStyleTabService.onBeforeTabDuplicate(null);