remove tags.json

This commit is contained in:
rr-
2017-10-01 21:46:53 +02:00
parent 253e28c1b5
commit 1c4c5c5f91
50 changed files with 448 additions and 633 deletions

View File

@ -55,7 +55,7 @@ for (let controller of controllers) {
const tags = require('./tags.js');
const api = require('./api.js');
tags.refreshExport(); // we don't care about errors
tags.refreshCategoryColorMap(); // we don't care about errors
api.loginFromCookies().then(() => {
router.start();
}, error => {