mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-12-31 19:39:08 +03:00
Update alt attributes
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user