Custom tgui store (#7402)

This commit is contained in:
Selis
2023-12-12 16:48:53 +01:00
committed by GitHub
parent cbaa2c0916
commit 415ce91418
3 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ export const IMPL_LOCAL_STORAGE = 1;
export const IMPL_INDEXED_DB = 2;
const INDEXED_DB_VERSION = 1;
const INDEXED_DB_NAME = 'tgui';
const INDEXED_DB_NAME = 'chomp'; // CHOMPEdit - CHOMPStation Localstore
const INDEXED_DB_STORE_NAME = 'storage-v1';
const READ_ONLY = 'readonly';

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long