summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/views/in_place_edit.html.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/views/in_place_edit.html.php b/core/views/in_place_edit.html.php
index 889971a4..02f41e19 100644
--- a/core/views/in_place_edit.html.php
+++ b/core/views/in_place_edit.html.php
@@ -1,6 +1,6 @@
<? defined("SYSPATH") or die("No direct script access."); ?>
<script type="text/javascript">
-<![CDATA[
+// <![CDATA[
$(document).ready(function() {
ajax_update = function(className, id) {
return function(value, settings) {
@@ -38,5 +38,5 @@ $(document).ready(function() {
}
}
});
-]]>
+// ]]>
</script>