diff options
author | Olivier Migeot <olivier+github@migeot.org> | 2013-04-10 13:15:09 +0200 |
---|---|---|
committer | Olivier Migeot <olivier+github@migeot.org> | 2013-04-10 13:16:41 +0200 |
commit | 29419257827cacb1128242e139cde764d873060a (patch) | |
tree | 8f49ba45b0ddb6c6e87f58a48f2fde5cd600fc08 /view/php | |
parent | 989e78137edf1c8d0a85038965fb12e7bffb3e7a (diff) | |
download | volse-hubzilla-29419257827cacb1128242e139cde764d873060a.tar.gz volse-hubzilla-29419257827cacb1128242e139cde764d873060a.tar.bz2 volse-hubzilla-29419257827cacb1128242e139cde764d873060a.zip |
Upgraded jQuery to 1.9.1, including jQuery Migrate (for the sake of keeping old code working) and upgrade Fullcalendar (because Migrate just wasn't enough for him).
Diffstat (limited to 'view/php')
-rw-r--r-- | view/php/theme_init.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/php/theme_init.php b/view/php/theme_init.php index 3ed85ccf1..59f2ff0cc 100644 --- a/view/php/theme_init.php +++ b/view/php/theme_init.php @@ -11,6 +11,7 @@ head_add_css('library/jslider/css/jslider.css'); head_add_css('library/prettyphoto/css/prettyPhoto.css'); 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'); |