⭐ Moe-Counter Compatible Website Hit Counter Written in Gleam mayu.due.moe
hit-counter svg moe
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(index.html): id defaults for placeholder

Fuwn e0c18212 cbae8390

+7 -3
+7 -3
index.html
··· 271 271 copyCodesInput.innerText = `![${inputValue}](${image.src})\n\n<img src="${image.src}" alt="${inputValue}" />`; 272 272 }; 273 273 const set = () => { 274 - if (idInput.value === "" || idInput.value === null) { 275 - idInput.value = defaultConfiguration.id; 274 + if (idInput.value !== "") { 275 + inputValue = idInput.value; 276 276 } else { 277 - inputValue = idInput.value; 277 + inputValue = defaultConfiguration.id; 278 + 279 + if (inputValue !== null && inputValue !== "demo") { 280 + idInput.value = inputValue; 281 + } 278 282 } 279 283 280 284 if (themeQueryParameter) {