Explorar el Código

Slightly optimize the click listener

tags/v0.8.6^2
Vildravn hace 3 años
padre
commit
5b3b381a43
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/client/ui/templates/help/help.js

+ 1
- 1
src/client/ui/templates/help/help.js Ver fichero

@@ -19,7 +19,7 @@ define([
this.onEvent('onKeyDown', this.onKeyDown.bind(this));
this.onEvent('onShowHelp', this.toggle.bind(this));

$('.uiHelp').find('.toslink').on('click', this.redirect.bind(this));
this.on('.toslink', 'click', this.redirect.bind(this));
},

onKeyDown: function (key) {


Cargando…
Cancelar
Guardar