Initial commit

This commit is contained in:
2021-04-20 07:16:22 +02:00
commit 588032b1dc
1709 changed files with 6660083 additions and 0 deletions

View 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();