Sha256: 4887d5c64718f72c0371802d0dde27c469f175794ca39c548a672369fb40dc8d
Contents?: true
Size: 360 Bytes
Versions: 18
Compression:
Stored size: 360 Bytes
Contents
<script> var qp = null; if(window.location.hash) { qp = location.hash.substring(1); } else { qp = location.search.substring(1); } qp = qp ? JSON.parse('{"' + qp.replace(/&/g, '","').replace(/=/g,'":"') + '"}', function(key, value) { return key===""?value:decodeURIComponent(value) } ):{} window.opener.onOAuthComplete(qp); window.close(); </script>
Version data entries
18 entries across 18 versions & 2 rubygems