Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Kirjaudu sisään
pete
/
abv
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Pull-pyynnöt
0
Julkaisut
0
Wiki
Activity
Selaa lähdekoodia
Shorter timeout
master
Pete Shadbolt
7 vuotta sitten
vanhempi
bab86b5df5
commit
c17551dcad
1 muutettua tiedostoa
jossa
1 lisäystä
ja
1 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
static/scripts/editor.js
+ 1
- 1
static/scripts/editor.js
Näytä tiedosto
@@ -14,7 +14,7 @@ editor.orientations = [
editor.checkTimeOut = function() {
editor.gridTimeOut += 1;
editor.grid.visible = editor.gridTimeOut <
2
0;
editor.grid.visible = editor.gridTimeOut <
1
0;
}
editor.onFreeMove = function() {
Write
Preview
Loading…
Peruuta
Tallenna