mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
fix bug causing a spam of network requests (#10119)
This commit is contained in:
@@ -67,7 +67,7 @@ export function coreFileFetcher() {
|
||||
return getUrl(url.replace('{presets_version}', presetsVersion), which);
|
||||
});
|
||||
} else {
|
||||
return getUrl(url);
|
||||
return getUrl(url, which);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user