add ban expires time to config file, it can be auto moved when the time is expires

This commit is contained in:
OldHawk
2017-05-12 16:55:30 +08:00
parent b74fddb162
commit 6c68b74367
3 changed files with 2 additions and 11 deletions

View File

@@ -64,10 +64,7 @@
// Make sure the Socket is connected
if (!Socket.socket) {
Socket.connect(function (err) {
console.log('========server error===========');
console.log(err);
});
Socket.connect();
}
// Remove the event listener when the controller instance is destroyed
@@ -308,7 +305,6 @@
* @param uitem
*/
vm.onUserListItemDblClicked = function (uitem) {
console.log(uitem);
addAtUserToInput(' [@' + uitem.displayName + '] ');
};