Make error loging unintrusive
This alert can show up under normal use circumstances on mobile
This commit is contained in:
parent
c933a55b81
commit
884be644ec
@ -256,7 +256,7 @@ class Frontend {
|
|||||||
}
|
}
|
||||||
|
|
||||||
onError(error) {
|
onError(error) {
|
||||||
window.alert(`Error: ${error.toString ? error.toString() : error}`);
|
console.log(error);
|
||||||
}
|
}
|
||||||
|
|
||||||
popupTimerSet(callback) {
|
popupTimerSet(callback) {
|
||||||
|
Loading…
Reference in New Issue
Block a user