Commit e3b41404 authored by 神楽坂玲奈's avatar 神楽坂玲奈

fix中文验证

parent 1e69ab00
......@@ -417,6 +417,5 @@ Strophe.Connection.prototype._connect_cb = function(req, _callback, raw) {
this._proto._no_auth_received(_callback);
return;
}
console.log(matched)
if (this.do_authentication !== false) this.authenticate(matched);
}
\ No newline at end of file
......@@ -11,6 +11,7 @@
<script type="text/javascript" src="libs.min.js"></script>
<script type="text/javascript" src="candy.min.js"></script>
<script type="text/javascript" src="candy.fix.js"></script>
<script type="text/javascript" src="base64.js"></script>
<script type="text/javascript" src="candy-plugins/inline-images/candy.js"></script>
<link rel="stylesheet" type="text/css" href="candy-plugins/inline-images/candy.css" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment