forked from extern/easydiffusion
Don't cache ui plugins in the browser
This commit is contained in:
parent
f4bcc1f2e5
commit
2e17ea99e2
@ -34,7 +34,7 @@ async function loadUIPlugins() {
|
|||||||
res = await res.json()
|
res = await res.json()
|
||||||
res.forEach(pluginPath => {
|
res.forEach(pluginPath => {
|
||||||
let script = document.createElement('script')
|
let script = document.createElement('script')
|
||||||
script.src = pluginPath
|
script.src = pluginPath + '?t=' + Date.now()
|
||||||
|
|
||||||
console.log('loading plugin', pluginPath)
|
console.log('loading plugin', pluginPath)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user