diff options
author | friendica <info@friendica.com> | 2015-02-14 21:58:32 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-02-14 21:58:32 -0800 |
commit | 0d9508d5ef929be1da10e2e8c30d755c96f5e160 (patch) | |
tree | 4f94417de8779f51bdc6ba3e8220b52b2ed8ca48 /view/php/theme_init.php | |
parent | 7ad425bbda549c3937c2feeac593bdcd21167019 (diff) | |
parent | 884dc5973dcdc8ae3f7497616dea1cdb7a95f061 (diff) | |
download | volse-hubzilla-0d9508d5ef929be1da10e2e8c30d755c96f5e160.tar.gz volse-hubzilla-0d9508d5ef929be1da10e2e8c30d755c96f5e160.tar.bz2 volse-hubzilla-0d9508d5ef929be1da10e2e8c30d755c96f5e160.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view/php/theme_init.php')
-rw-r--r-- | view/php/theme_init.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/php/theme_init.php b/view/php/theme_init.php index 0009a00e2..b695bd54e 100644 --- a/view/php/theme_init.php +++ b/view/php/theme_init.php @@ -9,11 +9,11 @@ head_add_css('library/jRange/jquery.range.css'); head_add_css('view/css/conversation.css'); head_add_css('view/css/widgets.css'); head_add_css('view/css/colorbox.css'); -head_add_css('library/justifiedGallery/dist/css/justifiedGallery.css'); +head_add_css('library/justifiedGallery/justifiedGallery.css'); head_add_css('library/bootstrap-tagsinput/bootstrap-tagsinput.css'); head_add_js('jquery.js'); head_add_js('jquery-migrate-1.1.1.js'); -head_add_js('library/justifiedGallery/dist/js/jquery.justifiedGallery.js'); +head_add_js('library/justifiedGallery/jquery.justifiedGallery.js'); //head_add_js('jquery-compat.js'); head_add_js('spin.js'); |