Add all static website files.

This commit is contained in:
2020-12-14 20:07:31 +09:00
parent 96d04f0f3f
commit 422ee2fd23
136 changed files with 23212 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
// exported by program to supply initial settings for boxes
var INITIAL_BOX_SETTINGS = [
{name:"partialMap", state:true},
{name:"subTopics", state:true},
{name:"callouts", state:true},
{name:"comments", state:false},
{name:"relationships", state:true},
{name:"taskInformation", state:true},
{name:"legend", state:true}
];