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:
parent
92725e5803
commit
10e77d865b
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue