diff options
author | Andrew Manning <tamanning@zoho.com> | 2016-07-16 21:04:04 -0400 |
---|---|---|
committer | Andrew Manning <tamanning@zoho.com> | 2016-07-16 21:04:04 -0400 |
commit | 99354ac57622002c0bbd820235d03321406f8d39 (patch) | |
tree | f8ad698a1c901f757dfc4354721846c8be82ab7e /view/php/theme_init.php | |
parent | e7b853175154688d60d83ca5935650d1128973c6 (diff) | |
parent | f396b1bf735a7dc9eb3632e49c1269de54777c6d (diff) | |
download | volse-hubzilla-99354ac57622002c0bbd820235d03321406f8d39.tar.gz volse-hubzilla-99354ac57622002c0bbd820235d03321406f8d39.tar.bz2 volse-hubzilla-99354ac57622002c0bbd820235d03321406f8d39.zip |
Merge remote-tracking branch 'upstream/dev' into website-import-remote
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 e9ba2aa05..46aadaa7d 100644 --- a/view/php/theme_init.php +++ b/view/php/theme_init.php @@ -13,7 +13,7 @@ head_add_css('library/justifiedGallery/justifiedGallery.min.css'); head_add_css('library/Text_Highlighter/sample.css'); head_add_js('jquery.js'); -//head_add_js('jquery-migrate-1.1.1.js'); +//head_add_js('jquery.migrate-3.0.0.js'); head_add_js('library/justifiedGallery/jquery.justifiedGallery.min.js'); head_add_js('library/sprintf.js/dist/sprintf.min.js'); |