mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Disable cache of assets loader
This commit is contained in:
@@ -29,7 +29,7 @@ const defaultSettings = {
|
||||
|
||||
function downloadAssetsList(url) {
|
||||
updateCurrentAssets().then(function () {
|
||||
fetch(url)
|
||||
fetch(url, { cache: "no-cache" })
|
||||
.then(response => response.json())
|
||||
.then(json => {
|
||||
|
||||
|
Reference in New Issue
Block a user