aboutsummaryrefslogtreecommitdiffstats
path: root/view/php/theme_init.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-11-27 00:48:17 -0800
committerfriendica <info@friendica.com>2013-11-27 00:48:17 -0800
commite3f5c4458bc637ca304b807d2125f332965e4126 (patch)
treea4bb7751c251a9c7b19ceb3ef4f813ca4a544029 /view/php/theme_init.php
parentda29ce6dac0667de2883101e34c9dd64258719ce (diff)
downloadvolse-hubzilla-e3f5c4458bc637ca304b807d2125f332965e4126.tar.gz
volse-hubzilla-e3f5c4458bc637ca304b807d2125f332965e4126.tar.bz2
volse-hubzilla-e3f5c4458bc637ca304b807d2125f332965e4126.zip
re-enable jquery migration tool until we sort out all the issues
Diffstat (limited to 'view/php/theme_init.php')
-rw-r--r--view/php/theme_init.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/php/theme_init.php b/view/php/theme_init.php
index 1ba8d18a4..f49b9c043 100644
--- a/view/php/theme_init.php
+++ b/view/php/theme_init.php
@@ -11,8 +11,8 @@ head_add_css('library/colorbox/colorbox.css');
// head_add_css('library/font_awesome/css/font-awesome.min.css');
head_add_js('js/jquery.js');
-//head_add_js('js/jquery-migrate-1.1.1.js');
-head_add_js('js/jquery-compat.js');
+head_add_js('js/jquery-migrate-1.1.1.js');
+//head_add_js('js/jquery-compat.js');
head_add_js('js/spin.js');
head_add_js('js/jquery.spin.js');
head_add_js('js/jquery.textinputs.js');