aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2025-01-17 12:38:22 +0100
committerMario Vavti <mario@mariovavti.com>2025-01-17 12:38:22 +0100
commitab0fdb13d42907d1e22091be8da30ca8c3111778 (patch)
treedf25050df90ea4a23905523db4be7485248585fd /view
parent2bca44ed255068790374042a5e3584d912d81961 (diff)
parentd3f00704bdeb59ef860afc7356c5dda43166664e (diff)
downloadvolse-hubzilla-ab0fdb13d42907d1e22091be8da30ca8c3111778.tar.gz
volse-hubzilla-ab0fdb13d42907d1e22091be8da30ca8c3111778.tar.bz2
volse-hubzilla-ab0fdb13d42907d1e22091be8da30ca8c3111778.zip
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
Diffstat (limited to 'view')
-rw-r--r--view/js/main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/js/main.js b/view/js/main.js
index f20b3590d..ce1d71596 100644
--- a/view/js/main.js
+++ b/view/js/main.js
@@ -1796,7 +1796,7 @@ function toggleAside() {
}
function toast(string, severity) {
- let id = btoa(string);
+ let id = bin2hex(string);
let container = document.getElementById('toast-container');
let toast = document.getElementById(id);