You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
440 B
11 lines
440 B
/* 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();
|