This commit is contained in:
Tony Tam
2016-11-23 20:20:15 -08:00
parent 99b351835e
commit 9e5c4b2efe
22 changed files with 35 additions and 11770 deletions

4
dist/o2c.html vendored
View File

@@ -1,6 +1,6 @@
<script>
var qp = null;
if(window.location.hash) {
if(window.location.hash && window.location.hash !== "#_=_") {
qp = location.hash.substring(1);
}
else {
@@ -17,4 +17,4 @@ else
window.opener.onOAuthComplete(qp);
window.close();
</script>
</script>