mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
add version string to iframe_editor.css
This commit is contained in:
parent
b250ceaae7
commit
c208d50c4a
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,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
|
||||
|
|
Loading…
Reference in a new issue