Convert from Shift-JIS to UTF-8
This commit is contained in:
parent
31a743ef25
commit
f6a534e4c5
@ -2750,9 +2750,9 @@ TreeStyleTabBrowser.prototype = {
|
||||
this.getTreePref('insertNewChildAt') == this.kINSERT_FISRT &&
|
||||
(this.multipleCount <= 0 || this._addedCountInThisLoop <= 0)
|
||||
) {
|
||||
/* 複数の子タブを一気に開く場合、最初に開いたタブだけを
|
||||
子タブの最初の位置に挿入し、続くタブは「最初の開いたタブ」と
|
||||
「元々最初の子だったタブ」との間に挿入していく */
|
||||
/* 複数の子タブを一気に開く場合、最初に開いたタブだけを
|
||||
子タブの最初の位置に挿入し、続くタブは「最初の開いたタブ」と
|
||||
「元々最初の子だったタブ」との間に挿入していく */
|
||||
newIndex = parent._tPos + 1;
|
||||
if (refTab = this.getFirstChildTab(parent))
|
||||
this.insertBefore = refTab.getAttribute(this.kID);
|
||||
|
Loading…
Reference in New Issue
Block a user