From 521844f708dd1eb7e7bf9349169d4b0517bdf2ba Mon Sep 17 00:00:00 2001 From: Piro / SHIMODA Hiroshi Date: Thu, 3 May 2012 09:03:29 +0900 Subject: [PATCH] Disable hack for Scriptish by default --- defaults/preferences/treestyletab.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/preferences/treestyletab.js b/defaults/preferences/treestyletab.js index 15f327b7..fd3e6a23 100644 --- a/defaults/preferences/treestyletab.js +++ b/defaults/preferences/treestyletab.js @@ -641,7 +641,7 @@ pref("extensions.treestyletab.compatibility.PersonalTitlebar", true); pref("extensions.treestyletab.compatibility.QuickDrag", true); pref("extensions.treestyletab.compatibility.RemoveNewTabButton", true); pref("extensions.treestyletab.compatibility.SBMCounter", true); -pref("extensions.treestyletab.compatibility.Scriptish", true); +pref("extensions.treestyletab.compatibility.Scriptish", false); pref("extensions.treestyletab.compatibility.SelectionLinks", true); pref("extensions.treestyletab.compatibility.SessionManager", true); pref("extensions.treestyletab.compatibility.SmoothlyCloseTabs", true);