Commit 10e77d86 authored by Jean-Philippe Lang's avatar Jean-Philippe Lang

wrapped javascript with //<![CDATA[ in my/page_layout

git-svn-id: http://redmine.rubyforge.org/svn/trunk@245 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent 92725e58
<script language="JavaScript">
//<![CDATA[
function recreateSortables() {
Sortable.destroy('list-top');
Sortable.destroy('list-left');
......@@ -31,7 +31,7 @@ function removeBlock(block) {
$(block).parentNode.removeChild($(block));
updateSelect();
}
//]]>
</script>
<div class="contextual">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment