mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 01:36:24 +01:00
make sure entity IDs are generated only with alphanumeric characters (base62)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
"use strict";
|
||||
|
||||
const messaging = (function() {
|
||||
const changesToPushCountEl = $("#changes-to-push-count");
|
||||
let ws = null;
|
||||
|
||||
function logError(message) {
|
||||
@@ -39,7 +40,6 @@ const messaging = (function() {
|
||||
recentNotes.reload();
|
||||
}
|
||||
|
||||
const changesToPushCountEl = $("#changesToPushCount");
|
||||
changesToPushCountEl.html(message.changesToPushCount);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user