Generate instanceId and include in hash for cache busting

This commit is contained in:
Nick O'Leary
2024-01-08 23:27:14 +00:00
parent d7345d5bc6
commit 50627cd697
4 changed files with 20 additions and 8 deletions

View File

@@ -29,7 +29,7 @@ describe("api/editor/ui", function() {
var app;
before(function() {
ui.init({
ui.init({}, {
nodes: {
getIcon: function(opts) {
return new Promise(function(resolve,reject) {