]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/nav_head.tpl
frio - Bugfix - there was a wrong user count in admin-users template
[friendica.git] / view / theme / frio / templates / nav_head.tpl
index f00ff0355ff607ec5c6f9dbb177c429113afee57..76d841772fe1a11bbf639a56698e906808b9380e 100644 (file)
@@ -1,6 +1,6 @@
 
-<script>
+<script type="text/javascript">
 $(document).ready(function() {
-       $("#nav-search-input-field").search_autocomplete(baseurl + '/acl');
+       $("#nav-search-input-field").search_autocomplete(baseurl + '/acl');     
 });
 </script>