[Client] ✌️

This commit is contained in:
syuilo
2017-03-31 00:19:15 +09:00
parent c518401f53
commit c352aafb3e
4 changed files with 7 additions and 15 deletions

View File

@@ -139,11 +139,7 @@ function fetchme(token, cb) {
me.data ? done() : init();
});
}, () => {
riot.mount(document.body.appendChild(document.createElement('mk-core-error')), {
retry: () => {
fetchme(token, cb);
}
});
riot.mount(document.body.appendChild(document.createElement('mk-error')));
});
function done() {