if not initial load, then default board is what i like
parent
790a898894
commit
1dcbc43525
|
|
@ -2052,7 +2052,11 @@
|
||||||
//
|
//
|
||||||
function createDemoBoard()
|
function createDemoBoard()
|
||||||
{
|
{
|
||||||
var blob =
|
var blob;
|
||||||
|
if (_getUsername())
|
||||||
|
blob = '{"format":20190412,"id":1617021290844,"revision":12,"title":"Board","lists":[{"title":"Blocked","notes":[],"min":true},{"title":"To Do","notes":[],"min":false},{"title":"In Progress","notes":[],"min":false},{"title":"Done","notes":[],"min":false}]}';
|
||||||
|
else
|
||||||
|
blob =
|
||||||
'{"format":20190412,"id":1555071015420,"revision":581,"title":"Welcome to Nullboard","lists":[{"title":"The Use' +
|
'{"format":20190412,"id":1555071015420,"revision":581,"title":"Welcome to Nullboard","lists":[{"title":"The Use' +
|
||||||
'r Manual","notes":[{"text":"This is a note.\\nA column of notes is a list.\\nA set of lists is a board.","raw"' +
|
'r Manual","notes":[{"text":"This is a note.\\nA column of notes is a list.\\nA set of lists is a board.","raw"' +
|
||||||
':false,"min":false},{"text":"All data is saved locally.\\nThe whole thing works completely offline.","raw":fal' +
|
':false,"min":false},{"text":"All data is saved locally.\\nThe whole thing works completely offline.","raw":fal' +
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue