Update alt attributes

This commit is contained in:
Faisal Salman
2024-06-16 19:16:07 +07:00
parent d5ef33f37d
commit cc09b124b4
2 changed files with 99 additions and 100 deletions

View File

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