mirror of
https://github.com/10h30/trestle.git
synced 2026-07-19 22:53:46 +09:00
Cool changes to jquery and shortcodes.
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user