Browse Source

Use minified version of fcbkcomplete jquery's plugin for tags

Yannick Warnier 9 years ago
parent
commit
b315042bf1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/inc/lib/template.lib.php

+ 1 - 1
main/inc/lib/template.lib.php

@@ -643,7 +643,7 @@ class Template
             $js_files[] = 'fontresize.js';
         }
 
-        $js_files[] = 'tag/jquery.fcbkcomplete.js';
+        $js_files[] = 'tag/jquery.fcbkcomplete.min.js';
 
         $js_file_to_string = null;
         $isoCode = api_get_language_isocode();