remove unused config ENABLE_SPELL_CHECKER

This commit is contained in:
Laurent Mazet 2021-04-20 22:04:10 +02:00
parent 291005d150
commit 01f622854a
2 changed files with 0 additions and 4 deletions

View File

@ -26,9 +26,6 @@ window.TrivabbleConf = {
// Wether sounds should be played when moving tiles
//ENABLE_TILE_SOUND: true,
// Spell checker activation
//ENABLE_SPELL_CHECKER: false,
// The list of durations used to detect a double tap available in the settings box
//DOUBLE_TAP_DURATIONS: [650, 1100, 1800, 3000, 5000],

View File

@ -55,7 +55,6 @@
setConf("API_ENTRY_POINT", Conf.APP_PATH + "/:trivabble");
setConf("ENABLE_MSG_SOUND", true);
setConf("ENABLE_TILE_SOUND", true);
setConf("ENABLE_SPELL_CHECKER", false);
setConf("DOUBLE_TAP_DURATIONS", [650, 1100, 1800, 3000, 5000]);
setConf("DOUBLE_TAP_DURATION", middle("DOUBLE_TAP_DURATIONS"));
setConf("FLASH_LIGHT_COLOR", "#ee6633");