diff options
Diffstat (limited to 'app/views/my/page_layout.rhtml')
-rw-r--r-- | app/views/my/page_layout.rhtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/my/page_layout.rhtml b/app/views/my/page_layout.rhtml index 6856ee51d..ab929bd5c 100644 --- a/app/views/my/page_layout.rhtml +++ b/app/views/my/page_layout.rhtml @@ -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">
|