make sidebar work with chrome and opera in non-strict mode
This commit is contained in:
parent
52e65759bd
commit
8fd61c0d8d
1 changed files with 3 additions and 2 deletions
|
@ -31,7 +31,7 @@ if ($editingMode) {
|
|||
}
|
||||
?>
|
||||
<div id="related-content" />
|
||||
<script type="text/javascript"><![CDATA[
|
||||
<script type="text/javascript">//<![CDATA[
|
||||
jQuery("#related-content")
|
||||
.jstree({
|
||||
"themes" : {
|
||||
|
@ -61,5 +61,6 @@ jQuery("#related-content")
|
|||
},
|
||||
plugins : [ "themes", "json_data"]
|
||||
});
|
||||
]]></script>
|
||||
//]]>
|
||||
</script>
|
||||
</div>
|
Loading…
Reference in a new issue