make sure entity IDs are generated only with alphanumeric characters (base62)

This commit is contained in:
azivner
2017-12-09 20:44:06 -05:00
parent 372cce8f8e
commit f55f0a4ed3
6 changed files with 12 additions and 7 deletions

View File

@@ -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);
}
}