handle most of the boilerplate stuff

This commit is contained in:
ansuz
2017-07-23 14:27:47 +02:00
parent 0d43a84c2b
commit dcf5719eaf
7 changed files with 289 additions and 1 deletions

View File

@@ -517,5 +517,13 @@ define([
];
};
Pages['/todo/'] = Pages['/todo/index.html'] = function () {
return [
h('div#toolbar'),
h('div#container'),
loadingScreen()
];
};
return Pages;
});