projects
/
working
/
Evergreen.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
This is how we can grant priviledges to remote js without needing signed code, or...
[working/Evergreen.git]
/
Open-ILS
/
xul
/
staff_client
/
chrome
/
content
/
evergreen
/
util
/
error.js
diff --git
a/Open-ILS/xul/staff_client/chrome/content/evergreen/util/error.js
b/Open-ILS/xul/staff_client/chrome/content/evergreen/util/error.js
index
4e8ee6e
..
4361c1c
100644
(file)
--- a/
Open-ILS/xul/staff_client/chrome/content/evergreen/util/error.js
+++ b/
Open-ILS/xul/staff_client/chrome/content/evergreen/util/error.js
@@
-4,7
+4,6
@@
if (typeof util == 'undefined') util = {};
util.error = function () {
try {
- netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect");
this.consoleService = Components.classes['@mozilla.org/consoleservice;1']
.getService(Components.interfaces.nsIConsoleService);
} catch(E) {