Cool changes to jquery and shortcodes.

This commit is contained in:
MickeyKay
2014-11-21 16:03:12 -08:00
parent 3146ae3c98
commit f716b06429
3 changed files with 12 additions and 14 deletions
+2 -2
View File
@@ -10,8 +10,8 @@
jQuery(document).ready(function() {
// Get PHP vars passed via wp_localize_script()
trestleEqualColsBreakpoint = php_vars.trestle_equal_cols_breakpoint;
trestleEqualHeightCols = php_vars.trestle_equal_height_cols
trestleEqualColsBreakpoint = trestle_vars.trestle_equal_cols_breakpoint;
trestleEqualHeightCols = trestle_vars.trestle_equal_height_cols;
// Remove .no-jquery body class
jQuery('body').removeClass('no-jquery');