mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2024-11-26 10:16:12 +01:00
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.forEach(pluginPath => {
|
||||
let script = document.createElement('script')
|
||||
script.src = pluginPath
|
||||
script.src = pluginPath + '?t=' + Date.now()
|
||||
|
||||
console.log('loading plugin', pluginPath)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user