Initial commit
This commit is contained in:
10
crystalreportviewers13/js/crviewer/initDhtmlLib.js
Normal file
10
crystalreportviewers13/js/crviewer/initDhtmlLib.js
Normal file
@@ -0,0 +1,10 @@
|
||||
/* Copyright (c) Business Objects 2006. All rights reserved. */
|
||||
|
||||
if (bobj.crv.config.isDebug) {
|
||||
// DHTML Lib makes some errors hard to debug by setting window.onerror
|
||||
// (esp with mozilla and the customcombo widget)
|
||||
localErrHandler = null;
|
||||
}
|
||||
//we do not include style.css for viewer in dhtmllib initialization.
|
||||
initDom(bobj.crvUri("../dhtmllib/images/") + bobj.crv.config.skin + "/","", bobj.crv.config.lang);
|
||||
styleSheet();
|
||||
Reference in New Issue
Block a user