diff options
-rw-r--r-- | core/views/in_place_edit.html.php | 4 |
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 adcad6c6..2cf0c8a1 100644 --- a/core/views/in_place_edit.html.php +++ b/core/views/in_place_edit.html.php @@ -15,7 +15,7 @@ $(document).ready(function() { } var seen_before = {}; - var editable = $(".gInPlaceEdit"); + var editable = $("span.gInPlaceEdit"); for (i = 0; i < editable.length; i++) { var matches = editable[i].className.match(/gEditField-(\d+)-(\S+)/); if (matches && matches.length == 3) { @@ -35,4 +35,4 @@ $(document).ready(function() { } } }); -</script>
\ No newline at end of file +</script> |