[SOLVED] Problem or not?
Posted: Wed Jul 27, 2011 1:16 am
I am seeing the below code in all 12 CMSMS sites that I manage. I have restored one site from a backup taken last year and the code is there. I have looked at several other of my CMSMS installations and this code is there in all of them. Is this a part of CMSMS or do I have a corrupted copy?My sttes were installed at different times anusing different versions but I have updated them as new versions became available. The code has been trunkated as it was too long to post.
Code: Select all
<span id="leoHighlights_iframe_modal_span_container">
<div id="leoHighlights_iframe_modal_div_container" style="position: absolute; visibility: hidden; display: none; width: 520px; height: 391px; z-index: 2147483647;" onmouseover="leoHighlightsHandleIFrameMouseOver();" onmouseout="leoHighlightsHandleIFrameMouseOut();"><!-- Top iFrame --><!-- Bottom iFrame --></div>
<__script__ type="text/javascript">// <![CDATA[
var LEO_HIGHLIGHTS_INFINITE_LOOP_COUNT = 300;
var LEO_HIGHLIGHTS_MAX_HIGHLIGHTS = 50;
var LEO_HIGHLIGHTS_IFRAME_TOP_ID = "leoHighlights_top_iframe";
var LEO_HIGHLIGHTS_IFRAME_BOTTOM_ID = "leoHighlights_bottom_iframe";
var LEO_HIGHLIGHTS_IFRAME_DIV_ID = "leoHighlights_iframe_modal_div_container";
var LEO_HIGHLIGHTS_IFRAME_TOTAL_COLLAPSED_WIDTH = 520;
var LEO_HIGHLIGHTS_IFRAME_TOTAL_COLLAPSED_HEIGHT = 391;
var LEO_HIGHLIGHTS_IFRAME_TOTAL_EXPANDED_WIDTH = 520;
var LEO_HIGHLIGHTS_IFRAME_TOTAL_EXPANDED_HEIGHT = 665;
;
// ]]></__script>
</span>