Hi Isomorphic,
I get the following messages in the Client console after startup of my main page:
Is this something I should worry about?
I'm using v9.0p_2013-12-07/EVAL Deployment and I'm not including ISC_RichTextEditor.js in my html:
Thank you & Best regards,
Blama
I get the following messages in the Client console after startup of my main page:
Code:
14:28:01.423:INFO:Log:initialized 14:28:01.808:WARN:Log:deferred code being placed on class: [Class AdvancedHiliteEditor] 14:28:02.019:WARN:Log:New Class ID: 'DataView' collides with ID of existing object with value 'function DataView() { [native code] }'. Existing object will be replaced. This conflict would be avoided by disabling ISC Simple Names mode. See documentation for further information.
I'm using v9.0p_2013-12-07/EVAL Deployment and I'm not including ISC_RichTextEditor.js in my html:
Code:
<script type="text/javascript" language="javascript">var isomorphicDir = "lms/sc/";</script> <script type="text/javascript" language="javascript" src="lms/sc/modules/ISC_Core.js?isc_version=v9.0p_2013-11-28.js"></script> <script type="text/javascript" language="javascript" src="lms/sc/modules/ISC_Foundation.js?isc_version=v9.0p_2013-11-28.js"></script> <script type="text/javascript" language="javascript" src="lms/sc/modules/ISC_Containers.js?isc_version=v9.0p_2013-11-28.js"></script> <script type="text/javascript" language="javascript" src="lms/sc/modules/ISC_Grids.js?isc_version=v9.0p_2013-11-28.js"></script> <script type="text/javascript" language="javascript" src="lms/sc/modules/ISC_Forms.js?isc_version=v9.0p_2013-11-28.js"></script> <script type="text/javascript" language="javascript" src="lms/sc/modules/ISC_DataBinding.js?isc_version=v9.0p_2013-11-28.js"></script> <script type="text/javascript" language="javascript" src="lms/sc/skins/Enterprise/load_skin.js?isc_version=v9.0p_2013-11-28.js"></script> <script type="text/javascript" language="javascript" src="lms/lms.nocache.js"></script>
Blama