Add call to testProjectScript()
for easier development
This commit is contained in:
parent
a80d929f95
commit
7a1dd2245d
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user