Explorar el Código

Shorter timeout

master
Pete Shadbolt hace 6 años
padre
commit
c17551dcad
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      static/scripts/editor.js

+ 1
- 1
static/scripts/editor.js Ver fichero

@@ -14,7 +14,7 @@ editor.orientations = [

editor.checkTimeOut = function() {
editor.gridTimeOut += 1;
editor.grid.visible = editor.gridTimeOut < 20;
editor.grid.visible = editor.gridTimeOut < 10;
}

editor.onFreeMove = function() {


Cargando…
Cancelar
Guardar