debugging opac now
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 28 Jun 2005 15:40:29 +0000 (15:40 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 28 Jun 2005 15:40:29 +0000 (15:40 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@947 dcc99617-32d9-48b4-a31d-7c20da2025e4

Evergreen/staff_client/chrome/content/evergreen/util/error.js

index e98c9b2..c8b87ae 100644 (file)
@@ -8,7 +8,8 @@ var sdump_levels = {
        'D_PRINT' : false,
        'D_SES' : true,
        'D_SPAWN' : true,
-       'D_TAB' : true
+       'D_TAB' : false,
+       'D_OPAC' : true
 };
 
 function sdump(level,msg) {