aboutsummaryrefslogtreecommitdiff
path: root/html/DOM_helpers.js
diff options
context:
space:
mode:
Diffstat (limited to 'html/DOM_helpers.js')
-rw-r--r--html/DOM_helpers.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/DOM_helpers.js b/html/DOM_helpers.js
index 9e64956..9097af0 100644
--- a/html/DOM_helpers.js
+++ b/html/DOM_helpers.js
@@ -110,7 +110,7 @@ function Showable(on_show_cb, on_hide_cb) {
try {
on_show_cb();
} catch(e) {
- console.error(e);
+ console.error("Haketilo:", e);
}
return true;
@@ -125,7 +125,7 @@ function Showable(on_show_cb, on_hide_cb) {
try {
on_hide_cb();
} catch(e) {
- console.error(e);
+ console.error("Haketilo:", e);
}
return true;