Spelling in comment
This commit is contained in:
parent
060a722a3f
commit
e87d74243f
@ -330,7 +330,7 @@ weechat.factory('connection',
|
|||||||
var attemptReconnect = function (bufferId, timeout) {
|
var attemptReconnect = function (bufferId, timeout) {
|
||||||
$log.info('Attempting to reconnect...');
|
$log.info('Attempting to reconnect...');
|
||||||
var d = connectionData;
|
var d = connectionData;
|
||||||
// won't work if totp is mandetory
|
// won't work if totp is mandatory
|
||||||
connect(d[0], d[1], d[2], d[3], d[4], false, "", function() {
|
connect(d[0], d[1], d[2], d[3], d[4], false, "", function() {
|
||||||
$rootScope.reconnecting = false;
|
$rootScope.reconnecting = false;
|
||||||
// on success, update active buffer
|
// on success, update active buffer
|
||||||
|
Loading…
Reference in New Issue
Block a user