diff options
author | redmatrix <git@macgirvin.com> | 2016-05-25 20:06:21 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-05-25 20:06:21 -0700 |
commit | 2f64684299784126bb3bc80fbe9978ec57d19a4c (patch) | |
tree | fb98e726b6f4bf9aa2c95be30747cf7092496f34 /view | |
parent | 66b6f8c0ff39df0b50ae2cc374659b46defc924f (diff) | |
download | volse-hubzilla-2f64684299784126bb3bc80fbe9978ec57d19a4c.tar.gz volse-hubzilla-2f64684299784126bb3bc80fbe9978ec57d19a4c.tar.bz2 volse-hubzilla-2f64684299784126bb3bc80fbe9978ec57d19a4c.zip |
some event fixes, also change jquery-textcomplete to un-minified since the minified version appears to require a mapping file and causes a lot of server fetch errors trying to load it.
Diffstat (limited to 'view')
-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 7c020a51f..648b144b3 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.min.js'); +head_add_js('library/jquery-textcomplete/jquery.textcomplete.js'); //head_add_js('library/colorbox/jquery.colorbox.js'); head_add_js('library/jquery.timeago.js'); head_add_js('library/readmore.js/readmore.js'); |