mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-06-15 23:20:51 +02:00
add ban expires time to config file, it can be auto moved when the time is expires
This commit is contained in:
@@ -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 + '] ');
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user