Ver a proveniência

fixed linting issues

tags/v0.4.3^2
Big Bad Waffle há 4 anos
ascendente
cometimento
2093064360
1 ficheiros alterados com 2 adições e 4 eliminações
  1. +2
    -4
      src/client/ui/templates/messages/messages.js

+ 2
- 4
src/client/ui/templates/messages/messages.js Ver ficheiro

@@ -256,8 +256,7 @@ define([
if (key === 'enter') {
this.toggle(true);
this.find('input').val(this.lastChannel || '');
}
else if (key === 'shift')
} else if (key === 'shift')
this.showItemTooltip();
},

@@ -446,9 +445,8 @@ define([
},

onToggleLastChannel: function (isOn) {
if (!isOn) {
if (!isOn)
this.lastChannel = null;
}
}
};
});

Carregando…
Cancelar
Guardar