Implement board archive and restoration

This commit is contained in:
Maxime Quandalle 2015-08-23 11:09:48 +02:00
parent 9faaf07e02
commit 48ac8b026f
32 changed files with 138 additions and 42 deletions

View file

@ -1,6 +1,6 @@
const closedValue = null
Modal = new class {
window.Modal = new class {
constructor() {
this._currentModal = new ReactiveVar(closedValue)
}