Skip to content

Instantly share code, notes, and snippets.

@igorbarinov
Created December 22, 2014 16:52
Show Gist options
  • Save igorbarinov/38666a71c426e9bf123e to your computer and use it in GitHub Desktop.
Save igorbarinov/38666a71c426e9bf123e to your computer and use it in GitHub Desktop.
Profit Button CDN
<script>
$(document).ready(function () {
$.getScript('//cdn.probtn.com/probtn.js', function () {
$(document).StartButton({ 'mainStyleCss': '//cdn.probtn.com/style.css' });
});
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment