wp_localize_script consolidated; changed stdClass because it was confusing me.

This commit is contained in:
Robin Cornett
2014-09-18 08:09:26 -04:00
parent 7de07c565d
commit db56f8ba02
2 changed files with 29 additions and 28 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
jQuery(document).ready(function($) {
$(".big-leader").css({'height':($(window).height())-([HeaderHeight.height])+'px'});
$(".big-leader").backstretch([BackStretchImg.src],{'positionType':'fixed','fade':750,'centeredY':false});
$(".big-leader").css({'height':($(window).height())-([BackStretchVars.height])+'px'});
$(".big-leader").backstretch([BackStretchVars.src],{'fade':750,'centeredY':false});
});