aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--version.inc2
-rw-r--r--view/php/theme_init.php4
2 files changed, 3 insertions, 3 deletions
diff --git a/version.inc b/version.inc
index 761c49939..099c10c8d 100644
--- a/version.inc
+++ b/version.inc
@@ -1 +1 @@
-2013-11-26.509
+2013-11-27.510
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');