Skip to content

Instantly share code, notes, and snippets.

@konsumer
Created October 12, 2012 00:05
Show Gist options
  • Save konsumer/3876517 to your computer and use it in GitHub Desktop.
Save konsumer/3876517 to your computer and use it in GitHub Desktop.
window.janrain = window.janrain || {};
window.janrain.settings = window.janrain.settings || {};
janrain.settings.tokenUrl = location.origin + '/token';
function r(f){/p/.test(document.readyState)?f():setTimeout('r('+f+')',9)}
r(function(){ janrain.ready = true; });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment