[open-ils-commits] r14282 - trunk/Open-ILS/xul/staff_client/chrome/content/util (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Oct 6 13:13:03 EDT 2009


Author: phasefx
Date: 2009-10-06 13:12:59 -0400 (Tue, 06 Oct 2009)
New Revision: 14282

Modified:
   trunk/Open-ILS/xul/staff_client/chrome/content/util/mozilla.js
Log:
tweak to suppress security related error

Modified: trunk/Open-ILS/xul/staff_client/chrome/content/util/mozilla.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/chrome/content/util/mozilla.js	2009-10-06 17:06:33 UTC (rev 14281)
+++ trunk/Open-ILS/xul/staff_client/chrome/content/util/mozilla.js	2009-10-06 17:12:59 UTC (rev 14282)
@@ -1,5 +1,6 @@
 dump('entering util/mozilla.js\n');
 
+netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect");
 const Cc = Components.classes;
 const Ci = Components.interfaces;
 



More information about the open-ils-commits mailing list