aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-05-14 20:10:45 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-05-14 20:10:45 -0700
commit9de88c49c35d6bfb92080e6a048fc34eb20f6f90 (patch)
tree8a637d8a310f9045a381ce71ae512cd29fb305df /view
parent51b89f0ed8833004cf695de90791d8d0eec550b5 (diff)
parentd5803cfd0221cccc2456d72f15f39cf4f891a1da (diff)
downloadvolse-hubzilla-9de88c49c35d6bfb92080e6a048fc34eb20f6f90.tar.gz
volse-hubzilla-9de88c49c35d6bfb92080e6a048fc34eb20f6f90.tar.bz2
volse-hubzilla-9de88c49c35d6bfb92080e6a048fc34eb20f6f90.zip
Merge branch 'master' of https://github.com/redmatrix/redmatrix
Diffstat (limited to 'view')
-rw-r--r--view/php/theme_init.php7
1 files changed, 3 insertions, 4 deletions
diff --git a/view/php/theme_init.php b/view/php/theme_init.php
index 8168eb2c0..c1aeb4ab7 100644
--- a/view/php/theme_init.php
+++ b/view/php/theme_init.php
@@ -14,6 +14,7 @@ head_add_css('library/justifiedGallery/justifiedGallery.css');
head_add_js('jquery.js');
//head_add_js('jquery-migrate-1.1.1.js');
head_add_js('library/justifiedGallery/jquery.justifiedGallery.js');
+head_add_js('library/sprintf.js/dist/sprintf.min.js');
//head_add_js('jquery-compat.js');
head_add_js('spin.js');
@@ -41,18 +42,16 @@ head_add_js('library/jRange/jquery.range.js');
//head_add_js('docready.js');
head_add_js('library/colorbox/jquery.colorbox-min.js');
-
head_add_js('library/jquery.AreYouSure/jquery.are-you-sure.js');
head_add_js('library/tableofcontents/jquery.toc.js');
/**
* Those who require this feature will know what to do with it.
* Those who don't, won't.
* Eventually this functionality needs to be provided by a module
- * such that permissions can be enforced. At the moment it's
- * more of a proof of concept; but sufficient for our immediate needs.
+ * such that permissions can be enforced. At the moment it's
+ * more of a proof of concept; but sufficient for our immediate needs.
*/
$channel = get_app()->get_channel();
if($channel && file_exists($channel['channel_address'] . '.js'))
head_add_js('/' . $channel['channel_address'] . '.js');
-