Skip to content

Commit

Permalink
Merge pull request #46 from diekus/main
Browse files Browse the repository at this point in the history
fixes typo
  • Loading branch information
diekus authored Jan 27, 2025
2 parents 2904789 + ce7abee commit dbb3245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pwa-application-title/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
appTitleMetaTag.setAttribute('content', titleBarText);
}

updateBtn = document.querySelector('btnUpdate');
updateBtn = document.getElementById('btnUpdate');
updateBtn.addEventListener('click', updateAppTitleBarText());
</script>
<link rel="manifest" href="manifest.json" />
Expand Down

0 comments on commit dbb3245

Please sign in to comment.