rebuilt
This commit is contained in:
4
dist/o2c.html
vendored
4
dist/o2c.html
vendored
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user