diff options
Diffstat (limited to 'admin/themes/default/template/include')
-rw-r--r-- | admin/themes/default/template/include/tag_selection.inc.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/default/template/include/tag_selection.inc.tpl b/admin/themes/default/template/include/tag_selection.inc.tpl index 6098dc2a0..deedb031c 100644 --- a/admin/themes/default/template/include/tag_selection.inc.tpl +++ b/admin/themes/default/template/include/tag_selection.inc.tpl @@ -1,5 +1,5 @@ {literal} -<script> +<script type="text/javascript"> $(document).ready(function(){ $(".tagSelection label").click(function () { var parent = $(this).parent('li'); |