v2.3: uid-Single-Source in quicksave-core, state.js delegiert
This commit is contained in:
+2
-3
@@ -21,9 +21,8 @@ let settings = {
|
||||
language: 'auto'
|
||||
};
|
||||
|
||||
function uid() {
|
||||
return Math.random().toString(36).slice(2, 10) + Date.now().toString(36);
|
||||
}
|
||||
// uid() lebt jetzt in quicksave-core.js (globalThis.uid), damit Seite und
|
||||
// Background-Worker dieselbe ID-Erzeugung teilen. Hier bewusst KEINE eigene Deklaration.
|
||||
|
||||
function escHtml(str) {
|
||||
return String(str)
|
||||
|
||||
Reference in New Issue
Block a user