瀏覽代碼

remove this

root 2 年之前
父節點
當前提交
24bdca792f
共有 1 個文件被更改,包括 1 次插入3 次删除
  1. 1 3
      sso/index.html

+ 1 - 3
sso/index.html

@@ -72,7 +72,6 @@
             delCookie('JSESSIONID', '/')
             delCookie('JSESSIONID', '/sso/')
         }
-        var ggg
         function getMail(from, i, id, uid) {
             $('.mil-' + i).toggleClass('active')
             if ($('.mail-' + i).text() == '') {
@@ -272,7 +271,7 @@
             if (getCookie('CASTGC')) {
                 debug('LOGIN', 'using CAS.')
                 setStatus(1), postLogin()
-            } else if (getCookie('gosh') != 'null' && getCookie('gowd') != 'null') {
+            } else if (getCookie('gosh') && getCookie('gosh') != 'null' && getCookie('gowd') != 'null') {
                 debug('LOGIN', 'using stored cookie.')
                 setStatus(0)
                 trying = 1
@@ -354,7 +353,6 @@
             if (ex) {
                 $('#recList>li').hide()
                 $('#recList>li.' + f.id).show()
-                ggg.show()
             } else {
                 getRec(f)
             }