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

git-svn-id: http://redmine.rubyforge.org/svn/trunk@245 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2007-02-05 19:40:26 +00:00
parent 92725e5803
commit 10e77d865b
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<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">