From 2abf58c832112e6ef950bbd6a7616eac22ac4b10 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Thu, 24 Jan 2019 17:29:02 +0100 Subject: Reformatted code --- public/scripts/2_encryption.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/scripts/2_encryption.js') diff --git a/public/scripts/2_encryption.js b/public/scripts/2_encryption.js index d9da7ac..16ab711 100644 --- a/public/scripts/2_encryption.js +++ b/public/scripts/2_encryption.js @@ -5,7 +5,7 @@ openpgp.initWorker({path: 'openpgp.worker.js'}); let encrypted, decrypted; // REMEMBER: Remove testing variables (leaking) function setupDatabase() { - // REMEMBER: "key" and "type" are names reserved for SQL + // REMEMBER: "key" and "type" are reserved names for SQL alasql('CREATE localstorage DATABASE IF NOT EXISTS texx'); alasql('ATTACH localStorage DATABASE texx AS db'); alasql('CREATE TABLE IF NOT EXISTS db.own_keys (key_type STRING, key_data STRING)'); -- cgit v1.2.3