summaryrefslogtreecommitdiff
path: root/ext/fg/js/display-frame.js
diff options
context:
space:
mode:
Diffstat (limited to 'ext/fg/js/display-frame.js')
-rw-r--r--ext/fg/js/display-frame.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fg/js/display-frame.js b/ext/fg/js/display-frame.js
index aeb4ede5..bd070b63 100644
--- a/ext/fg/js/display-frame.js
+++ b/ext/fg/js/display-frame.js
@@ -43,7 +43,7 @@ window.displayFrame = new class extends Display {
if (window.orphaned) {
this.showOrphaned();
} else {
- errorShow(error);
+ window.alert(`Error: ${error}`);
}
}