Sha256: 08bd8616fb0d0e705b4d9d20a220a2eab328a86f7d30b7c5b5c19894d720313e
Contents?: true
Size: 1.13 KB
Versions: 1
Compression:
Stored size: 1.13 KB
Contents
<script> // Google Analytics var _gaq = _gaq || []; _gaq.push( ['_setAccount', 'UA-2195009-2'], ['_trackPageview'], ['b._setAccount', 'UA-2195009-27'], ['b._trackPageview'] ); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); document.write('<script src="<%= asset_path %>/vendor/' + ('__proto__' in {} ? 'zepto' : 'jquery') + '.js"><\/script>'); </script> <script src="<%= asset_path %>/docs.js"></script> <script> $(document) <% if @joyride %> .modularis() .modularis('joyride', 'start'); <% else %> .modularis(); <% end %> // For Kitchen Sink Page $('#start-jr').on('click', function() { $(document).modularis('joyride','start'); }); </script>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
modularis-0.0.1 | docs/test/_test-scripts.html.erb |