Files
QW2021/crystalreportviewers13/js/crviewer/initDhtmlLib.js
2021-04-20 07:16:22 +02:00

11 lines
440 B
JavaScript

/* 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();