diff options
author | redmatrix <git@macgirvin.com> | 2016-07-15 15:31:50 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-07-15 15:31:50 -0700 |
commit | d6d94d94273a954735927179585ca4c0156d8a74 (patch) | |
tree | 4b2b0d284b66fc40fe65dd2f72ef89aa1b88a077 /view/php/theme_init.php | |
parent | acb78205c8d2f1ada41e61783a7b421200e2658b (diff) | |
parent | 9048f8cffea94b653e97bed421e2be10c9c6a7d3 (diff) | |
download | volse-hubzilla-d6d94d94273a954735927179585ca4c0156d8a74.tar.gz volse-hubzilla-d6d94d94273a954735927179585ca4c0156d8a74.tar.bz2 volse-hubzilla-d6d94d94273a954735927179585ca4c0156d8a74.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
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'); |