browser: preview: replace missing 'preview_placeholder.svg'

.

Change-Id: Ic12df42d1b7bdc79377c9cb5f52f819f0d5083f1
Signed-off-by: Henry Castro <hcastro@collabora.com>
pull/8880/head
Henry Castro 2024-04-26 12:13:28 -04:00
parent a1c976f913
commit df0ec74f9c
1 changed files with 1 additions and 1 deletions

View File

@ -547,7 +547,7 @@ L.Control.PartsPreview = L.Control.extend({
for (it = 0; it < e.partNames.length; it++) {
this._previewTiles[it].hash = e.partNames[it];
L.LOUtil.setImage(this._previewTiles[it], 'preview_placeholder.png', this._map);
L.LOUtil.setImage(this._previewTiles[it], 'preview_placeholder.svg', this._map);
this._previewTiles[it].fetched = false;
}
}