Update text

This commit is contained in:
Faisal Salman
2024-06-10 12:55:31 +07:00
parent 6eb187ea4c
commit 846bbe71b4
3 changed files with 32 additions and 53 deletions

View File

@@ -107,7 +107,7 @@ $(document)
qs = new URLSearchParams(window.location.search).get('ua');
}
if (qs) {
$('#ua-txt-info').text('For a given user-agent:');
$('#ua-txt-info').text('What the browser provides 😱😵‍💫❓');
$('#ua-txt').get(0).scrollIntoView();
updateDemo(UAParser(qs));
} else {