Skip to content

Commit da7468e

Browse files
authored
Merge pull request #13 from TheRealDuckers/main
merged alpha with main
2 parents fcf3703 + e5db470 commit da7468e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,7 @@ document.addEventListener('DOMContentLoaded', () => {
391391
new URL(url);
392392
} catch (_) {
393393
console.error("invalid URL");
394+
alert("Invalid URL. Please remember to include the protocol (http:// or https://).");
394395
return;
395396
}
396397
addShortcut(name, url);

0 commit comments

Comments
 (0)