create jquery-compat to hold deprecated jquery functions, load it before all the dependent js scripts

This commit is contained in:
friendica
2013-11-26 13:24:36 -08:00
parent c8334fae82
commit ed71567e5c
5 changed files with 77 additions and 44 deletions

View File

@@ -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');