diff options
-rw-r--r-- | core/views/in_place_edit.html.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/views/in_place_edit.html.php b/core/views/in_place_edit.html.php index f02b77ba..889971a4 100644 --- a/core/views/in_place_edit.html.php +++ b/core/views/in_place_edit.html.php @@ -1,5 +1,6 @@ <? defined("SYSPATH") or die("No direct script access."); ?> <script type="text/javascript"> +<![CDATA[ $(document).ready(function() { ajax_update = function(className, id) { return function(value, settings) { @@ -37,4 +38,5 @@ $(document).ready(function() { } } }); +]]> </script> |