From 7a1dd2245d720ffff297a4ea42b951bb93323b2c Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Fri, 17 Sep 2021 17:04:17 -0400 Subject: [PATCH] Add call to `testProjectScript()` for easier development --- resources/TTSDeck.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/TTSDeck.js b/resources/TTSDeck.js index a7c5a73..f9e65b5 100644 --- a/resources/TTSDeck.js +++ b/resources/TTSDeck.js @@ -33,6 +33,9 @@ function unload() { unregisterAll(); } +// Creates a test button during development that calls unload() to clean up. +testProjectScript(); + function makeCardJSON(card_id, nickname, description) { return { Name: "Card",