backgrounds.js: update for new poup

52e7df970f198232ffeff8ebff897785f15c96f4

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Ignore whitespace
public/scripts/backgrounds.js+1 -1
@@ -245,7 +245,7 @@ async function getNewBackgroundName(referenceElement) {
245245 const fileExtension = oldBg.split('.').pop();
246246 const fileNameBase = isCustom ? oldBg.split('/').pop() : oldBg;
247247 const oldBgExtensionless = fileNameBase.replace(`.${fileExtension}`, '');
248248 const newBgExtensionless = await callPopupPopup.show.input('<h3>' + t`Enter new background name:` + '</h3>', 'input'null, oldBgExtensionless);
249249
250250 if (!newBgExtensionless) {
251251 console.debug('no new_bg_extensionless');