mirror of
https://github.com/imgfloat/server.git
synced 2026-02-05 11:49:25 +00:00
Remove dummy text
This commit is contained in:
@@ -1146,7 +1146,7 @@ function renderAssetList() {
|
||||
assetInspector.classList.add('hidden');
|
||||
}
|
||||
const empty = document.createElement('li');
|
||||
empty.textContent = 'No assets yet. Upload to get started.';
|
||||
empty.textContent = '';
|
||||
list.appendChild(empty);
|
||||
updateSelectedAssetControls();
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user