Sha256: 1f134c6d007544e13532a944d2d8daaecc32ff6fbb06873d40fb495b66bc72ab
Contents?: true
Size: 459 Bytes
Versions: 2
Compression:
Stored size: 459 Bytes
Contents
<!-- JAVASCRIPT LIBRARY --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script> <script> // Fallback if Google's one doesn't load if (!window.jQuery) { document.write("<script src='{{ js }}/vendor/jquery.min.js'><\/script>"); } </script> <script src="{{ js }}/vendor/fastclick.min.js"></script> <script src="{{ js }}/vendor/edge.js"></script> <script src="{{ js }}/app.js"></script> {{ wp_footer }}
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
edge_framework-2.1.0 | template/wordpress/views/partials/_foot.twig |
edge_framework-2.0.0 | template/wordpress/views/partials/_foot.twig |