diff options
author | friendica <info@friendica.com> | 2013-05-09 18:24:52 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-05-09 18:24:52 -0700 |
commit | 7dfea2c70dd79986f54a6b4e12d25be47a6abc88 (patch) | |
tree | 9cc16531935085cc578eb9fd17c11747bab892e5 /view/php/theme_init.php | |
parent | 112dbf3abd543152ad4ed3f444331ac88c1f4c46 (diff) | |
download | volse-hubzilla-7dfea2c70dd79986f54a6b4e12d25be47a6abc88.tar.gz volse-hubzilla-7dfea2c70dd79986f54a6b4e12d25be47a6abc88.tar.bz2 volse-hubzilla-7dfea2c70dd79986f54a6b4e12d25be47a6abc88.zip |
get rid of jquery.browser warnings by removing msie hacks in two places, live update and fancybox
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 44ade61d7..e6441fc71 100644 --- a/view/php/theme_init.php +++ b/view/php/theme_init.php @@ -15,7 +15,7 @@ head_add_js('js/jquery.js'); head_add_js('js/jquery-migrate-1.1.1.js'); head_add_js('js/jquery.textinputs.js'); head_add_js('js/fk.autocomplete.js'); -head_add_js('library/fancybox/jquery.fancybox-1.3.4.pack.js'); +head_add_js('library/fancybox/jquery.fancybox-1.3.4.js'); head_add_js('library/jquery.timeago.js'); head_add_js('library/jquery.divgrow/jquery.divgrow-1.3.1.js'); head_add_js('library/jquery_ac/friendica.complete.js'); |