mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-12-31 19:39:08 +03:00
Add more test log
This commit is contained in:
@@ -99,7 +99,7 @@ $(document)
|
||||
$('#demo-result').get(0).scrollIntoView();
|
||||
updateDemo(UAParser(qs));
|
||||
} else {
|
||||
UAParser().withClientHints().then(function(result) {
|
||||
(UAParser().withFeatureCheck()).withClientHints().then(function(result) {
|
||||
updateDemo(result);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user