mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 10:48:41 +00:00
Also use "// prettier-ignore" comments where necessary rather than excluding whole files (via .prettierignore).
4 lines
131 B
JavaScript
4 lines
131 B
JavaScript
document.addEventListener("DOMContentLoaded", function () {
|
|
document.getElementById("ua").innerHTML = navigator.userAgent;
|
|
});
|