There is a javascript error when trying to load zepto.js. The path to the theme is not included.

Comments

bryan cordrey’s picture

I have attached the patch to fix it.

chrisjlee’s picture

Status: Patch (to be ported) » Closed (won't fix)

Sorry you were probably working on the theme as i was. I have this resolved as well. sorry.

bmcmurray’s picture

Status: Closed (won't fix) » Active

@chrisjlee, while it does look like you refactored the check for zepto.js out of html.tpl.php and into template.php, you didn't catch the important part of @bryan.cordrey's patch, which is that using path_to_theme() instead of drupal_get_path('theme', 'zurb_foundation') causes this to break in subthemes unless each subtheme individually includes a /js/vendor/zepto.js file.

chrisjlee’s picture

Status: Active » Fixed

Good point. Committed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.