Firefox 3.1の仕様変更に追従
git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@3048 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
parent
3f12048763
commit
e653e15568
@ -977,11 +977,11 @@ catch(e) {
|
|||||||
return;
|
return;
|
||||||
]]></>
|
]]></>
|
||||||
).replace( // Firefox 3
|
).replace( // Firefox 3
|
||||||
'if (accelKeyPressed) {',
|
/(if \((accelKeyPressed|isCopy)\) {)/,
|
||||||
<><![CDATA[
|
<><![CDATA[
|
||||||
if (TSTTabBrowser.treeStyleTab.processDropAction(dropActionInfo, draggedTab))
|
if (TSTTabBrowser.treeStyleTab.processDropAction(dropActionInfo, draggedTab))
|
||||||
return;
|
return;
|
||||||
$&]]></>
|
$1]]></>
|
||||||
).replace( // Firefox 3, duplication of tab
|
).replace( // Firefox 3, duplication of tab
|
||||||
/(this.selectedTab = newTab;(\s*\})?)/g,
|
/(this.selectedTab = newTab;(\s*\})?)/g,
|
||||||
<><![CDATA[$1;
|
<><![CDATA[$1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user