duplication of the current tab should be controlled on Firefox 3.6.
This commit is contained in:
parent
a26fc6b420
commit
d45e208079
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user