diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-04-23 21:42:10 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-04-23 21:42:10 +0200 |
commit | 1e27038b737d47f90286d60a22e7a21bac0f3d04 (patch) | |
tree | 81df3b91e8647bff164ca4d14e913cf80898bbdb /view/php/theme_init.php | |
parent | 7e30c1dd823686eb8e59e6e1c171a751e8af2d49 (diff) | |
download | volse-hubzilla-1e27038b737d47f90286d60a22e7a21bac0f3d04.tar.gz volse-hubzilla-1e27038b737d47f90286d60a22e7a21bac0f3d04.tar.bz2 volse-hubzilla-1e27038b737d47f90286d60a22e7a21bac0f3d04.zip |
update jquery.textcomplete to version 1.3.4 and add minified version
Diffstat (limited to 'view/php/theme_init.php')
-rw-r--r-- | view/php/theme_init.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/php/theme_init.php b/view/php/theme_init.php index 648b144b3..7c020a51f 100644 --- a/view/php/theme_init.php +++ b/view/php/theme_init.php @@ -21,7 +21,7 @@ head_add_js('spin.js'); head_add_js('jquery.spin.js'); head_add_js('jquery.textinputs.js'); head_add_js('autocomplete.js'); -head_add_js('library/jquery-textcomplete/jquery.textcomplete.js'); +head_add_js('library/jquery-textcomplete/jquery.textcomplete.min.js'); //head_add_js('library/colorbox/jquery.colorbox.js'); head_add_js('library/jquery.timeago.js'); head_add_js('library/readmore.js/readmore.js'); |