[Client] ✌️
This commit is contained in:
parent
c518401f53
commit
c352aafb3e
4 changed files with 7 additions and 15 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue