Update license wording to be more clear

This commit is contained in:
Faisal Salman
2025-09-03 13:16:11 +07:00
parent 58f3e41dbb
commit e803eb98bd
2 changed files with 23 additions and 15 deletions

View File

@@ -95,7 +95,7 @@ $(document)
qs = new URLSearchParams(window.location.search).get('ua');
}
if (qs) {
$('#ua-txt-info').text('What your browser tells you = 😵‍💫 🤯 ❌');
$('#ua-txt-info').html('What your browser tells you = 😵‍💫💢 😭💸 <span class="ui mini red label">Complex</span> <span class="ui mini red label">Costly</span> <span class="ui mini red label">Expensive</span>');
$('#demo-result').get(0).scrollIntoView();
updateDemo(UAParser(qs));
} else {