Reduced duration of long-press detect from 1 second to 800 milliseconds (Thanks, Luca)

This commit is contained in:
Michael Jumper
2012-01-31 21:12:40 -08:00
parent d7f488c896
commit 82cb28062d

View File

@@ -234,7 +234,7 @@ var GuacamoleUI = {
menuShowLongPressTimeout = null; menuShowLongPressTimeout = null;
GuacamoleUI.showMenu(); GuacamoleUI.showMenu();
}, 1000); }, 800);
} }
}; };