瀏覽代碼

Merge pull request #2489 from joelittlejohn/patch-1

Avoid using Facebook garbage fragment to complete login
bubble
Tony Tam 7 年之前
committed by GitHub
父節點
當前提交
0dfc59fc21
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      src/main/html/o2c.html

+ 2
- 2
src/main/html/o2c.html 查看文件

@@ -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>

Loading…
取消
儲存