From e8495454264214d6318b6f1688f51d50a3a0b998 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Thu, 13 Apr 2023 22:57:07 -0700 Subject: [PATCH] fix store --- sheet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sheet.js b/sheet.js index f314407..eaa6052 100644 --- a/sheet.js +++ b/sheet.js @@ -298,7 +298,7 @@ function init () { calculateModifiers(rpModifiers) data = serializeFormData("#character-data"); - //storeData(data); + storeData(data); }, 250); }