Browse Source

Remove analytics and fix site url

gh-pages
viljamis 9 years ago
parent
commit
db90bf5a35
  1. 10
      index.html
  2. 12
      with-captions/themes.html

10
index.html

@ -9,7 +9,6 @@
<link rel="stylesheet" href="responsiveslides.css">
<link rel="stylesheet" href="example.css">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="http://viljamis.com/js/libs/jquery-1.8.2.min.js"><\/script>')</script>
<script src="responsiveslides.min.js"></script>
<script>
$(function () {
@ -159,15 +158,8 @@
<h3>Support</h3>
<p>Please post your bug reports to <a href="https://github.com/viljamis/ResponsiveSlides.js/issues">GitHub issues</a>. For support requests, use <a href="http://stackoverflow.com">Stackoverflow</a>.</p>
<a href="https://github.com/viljamis/ResponsiveSlides.js" id="download">Download the latest version from GitHub</a>
<p class="footer">ResponsiveSlides.js is created by <a href="http://viljamis.com">@viljamis</a>. Special thanks to <a href="https://github.com/bgutschke">Bastian Gutschke</a>.</p>
<p class="footer">ResponsiveSlides.js is created by <a href="https://viljamis.com">@viljamis</a>. Special thanks to <a href="https://github.com/bgutschke">Bastian Gutschke</a>.</p>
</div>
<!-- Don't include the script below on your own page, it's used for viljamis.com analytics -->
<script>
var _gaq=[['_setAccount','UA-27143570-1'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';s.parentNode.insertBefore(g,s)}(document,'script'));
</script>
<a href="http://github.com/viljamis/ResponsiveSlides.js" class="github"><img style="position: absolute; top: 0; right: 0; border: 0;" src="forkme.png" alt="Fork me on GitHub"></a>
</body>
</html>

12
with-captions/themes.html

@ -43,16 +43,10 @@
</li>
</ul>
</div>
<a href="http://responsive-slides.viljamis.com/">View ResponsiveSlides.js documentation</a>
</div>
<a href="http://responsiveslides.com/">View ResponsiveSlides.js documentation</a>
<!-- Don't include the script below on your own page, it's used for viljamis.com analytics -->
<script>
var _gaq=[['_setAccount','UA-27143570-1'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';s.parentNode.insertBefore(g,s)}(document,'script'));
</script>
</div>
</body>
</html>
</html>

Loading…
Cancel
Save