From 87c698db5265d31e5d66f92d7a06ab5135ec7a95 Mon Sep 17 00:00:00 2001 From: webzwo0i Date: Wed, 17 Mar 2021 05:31:21 +0100 Subject: [PATCH] add version string to iframe_editor.css --- src/static/js/ace.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/static/js/ace.js b/src/static/js/ace.js index 95bd41f0e8e..bf6817c6583 100644 --- a/src/static/js/ace.js +++ b/src/static/js/ace.js @@ -176,7 +176,7 @@ const Ace2Editor = function () { this.importText(initialCode); const includedCSS = [ - '../static/css/iframe_editor.css', + `../static/css/iframe_editor.css?v=${clientVars.randomVersionString}`, `../static/css/pad.css?v=${clientVars.randomVersionString}`, ...hooks.callAll('aceEditorCSS').map( // Allow urls to external CSS - http(s):// and //some/path.css