diff options
Diffstat (limited to 'admin/themes/default/template/comments.tpl')
-rw-r--r-- | admin/themes/default/template/comments.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/default/template/comments.tpl b/admin/themes/default/template/comments.tpl index ae6e1b569..cb870ab20 100644 --- a/admin/themes/default/template/comments.tpl +++ b/admin/themes/default/template/comments.tpl @@ -1,5 +1,5 @@ {literal} -<script> +<script type="text/javascript"> $(document).ready(function(){ $(".checkComment").click(function(event) { if (event.target.type !== 'checkbox') { |