diff options
author | friendica <info@friendica.com> | 2013-12-11 15:35:54 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-12-11 15:35:54 -0800 |
commit | 06c81e189f031a74c54aa14b1f29c93379e7cf3c (patch) | |
tree | a9ef109569e9bc55262ccfce7ebd326add474a71 /view/php | |
parent | d93ba783f54cf862bd91b231b7a9f7a19c657675 (diff) | |
parent | 1fa4133d430d2cb2753a9fd7e6bf9bfcdc35659b (diff) | |
download | volse-hubzilla-06c81e189f031a74c54aa14b1f29c93379e7cf3c.tar.gz volse-hubzilla-06c81e189f031a74c54aa14b1f29c93379e7cf3c.tar.bz2 volse-hubzilla-06c81e189f031a74c54aa14b1f29c93379e7cf3c.zip |
Merge pull request #239 from git-marijus/master
make empty notes saveable as well
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 a2024d658..e1625b3e5 100644 --- a/view/php/theme_init.php +++ b/view/php/theme_init.php @@ -13,6 +13,7 @@ head_add_css('library/colorbox/colorbox.css'); // head_add_css('library/font_awesome/css/font-awesome.min.css'); head_add_css('view/css/conversation.css'); head_add_css('view/css/bootstrap-red.css'); +head_add_css('view/css/widgets.css'); head_add_js('js/jquery.js'); head_add_js('library/bootstrap/js/bootstrap.min.js'); |