aboutsummaryrefslogtreecommitdiffstats
path: root/view/php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-11-26 13:24:36 -0800
committerfriendica <info@friendica.com>2013-11-26 13:24:36 -0800
commited71567e5ce3cc5c9dd30acc0c2bc527960fa3da (patch)
treefa7d547a73835096460547eb268b198b613c1c3c /view/php
parentc8334fae82ba2428f5d2a4bd953deeadf97c58bc (diff)
downloadvolse-hubzilla-ed71567e5ce3cc5c9dd30acc0c2bc527960fa3da.tar.gz
volse-hubzilla-ed71567e5ce3cc5c9dd30acc0c2bc527960fa3da.tar.bz2
volse-hubzilla-ed71567e5ce3cc5c9dd30acc0c2bc527960fa3da.zip
create jquery-compat to hold deprecated jquery functions, load it before all the dependent js scripts
Diffstat (limited to 'view/php')
-rw-r--r--view/php/theme_init.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/view/php/theme_init.php b/view/php/theme_init.php
index c33187797..1ba8d18a4 100644
--- a/view/php/theme_init.php
+++ b/view/php/theme_init.php
@@ -11,7 +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-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');