mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-17 08:32:54 +00:00
Also use "// prettier-ignore" comments where necessary rather than excluding whole files (via .prettierignore).
3 lines
131 B
JavaScript
3 lines
131 B
JavaScript
document.addEventListener("DOMContentLoaded", function () {
|
|
document.getElementById("ua").innerHTML = navigator.userAgent;
|
|
});
|