mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Patching a Foundation bug w/ tests
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
|
||||
$ ->
|
||||
# Hacky fix for issue - http://foundation.zurb.com/forum/posts/2112-foundation-5100-syntax-error-in-js
|
||||
Foundation.set_namespace = function() {};
|
||||
Foundation.set_namespace = ->
|
||||
null
|
||||
$(document).foundation()
|
||||
$(document).foundation({reveal: {animation: 'fade'}})
|
||||
|
||||
Reference in New Issue
Block a user