mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-07-01 07:01:06 +02:00
Don't cache ui plugins in the browser
This commit is contained in:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user