From 23623e312834033398b2f213d17d1b9bee7d2053 Mon Sep 17 00:00:00 2001 From: phasefx Date: Sun, 15 Feb 2009 21:32:17 +0000 Subject: [PATCH] tracemonkey git-svn-id: svn://svn.open-ils.org/ILS/branches/staff-client-experiment@12188 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/defaults/preferences/prefs.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Open-ILS/xul/staff_client/defaults/preferences/prefs.js b/Open-ILS/xul/staff_client/defaults/preferences/prefs.js index c772463a5f..a7948eba24 100644 --- a/Open-ILS/xul/staff_client/defaults/preferences/prefs.js +++ b/Open-ILS/xul/staff_client/defaults/preferences/prefs.js @@ -5,6 +5,10 @@ // This one is required for XUL Runner pref("toolkit.defaultChromeURI", "chrome://open_ils_staff_client/content/main/main.xul"); +// Let's try to enable tracemonkey +pref("javascript.options.jit.chrome", true); +pref("javascript.options.jit.content", true); + // We'll use this one to help brand some build information into the client, and rely on subversion keywords pref("open-ils.repository.headURL","$HeadURL$"); pref("open-ils.repository.author","$Author$"); -- 2.11.0