No need for type="text/javascript"

This commit is contained in:
Tanguy Krotoff 2020-01-05 12:46:10 +01:00
parent ec0d7c037a
commit b0059eff5b

View File

@ -113,8 +113,8 @@ WebOS, Windows [Phone/Mobile], Zenwalk, ...
<!doctype html>
<html>
<head>
<script type="text/javascript" src="ua-parser.min.js"></script>
<script type="text/javascript">
<script src="ua-parser.min.js"></script>
<script>
var parser = new UAParser();