File tree 1 file changed +2
-9
lines changed 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -224,15 +224,6 @@ <h5>第三方账号登录</h5>
224
224
< div id ="sg-overlay "> </ div >
225
225
{{end}}
226
226
227
- < div style ="display:none; ">
228
- < script type ="text/javascript ">
229
- var isHttps = { { . is_https} } ,
230
- cdnDomain = "{{.cdn_domain}}" ;
231
-
232
- var _bdhmProtocol = ( ( "https:" == document . location . protocol ) ? " https://" : " http://" ) ;
233
- document . write ( unescape ( "%3Cscript src='" + _bdhmProtocol + "hm.baidu.com/h.js%3F224c227cd9239761ec770bc8c1fb134c' type='text/javascript'%3E%3C/script%3E" ) ) ;
234
- </ script >
235
- </ div >
236
227
<!--<script type="text/javascript" src="//apps.bdimg.com/libs/jquery/1.11.1/jquery.min.js"></script>-->
237
228
< script type ="text/javascript " src ="/static/js/libs/jquery-1.11.1.min.js "> </ script >
238
229
<!--<script src="//apps.bdimg.com/libs/bootstrap/3.2.0/js/bootstrap.min.js"></script>-->
@@ -241,6 +232,8 @@ <h5>第三方账号登录</h5>
241
232
< script src ="/static/js/libs/jquery.timeago.zh-CN.js "> </ script >
242
233
< script src ="/static/js/libs/md5.js "> </ script >
243
234
< script type ="text/javascript ">
235
+ var isHttps = { { . is_https} } ,
236
+ cdnDomain = "{{.cdn_domain}}" ;
244
237
if ( isHttps ) {
245
238
var wsUrl = 'wss://{{.wshost}}/ws?uid={{.me.Uid}}' ;
246
239
} else {
You can’t perform that action at this time.
0 commit comments