mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-09-27 16:08:47 +03:00
No need for type="text/javascript"
This commit is contained in:
parent
ec0d7c037a
commit
b0059eff5b
@ -113,8 +113,8 @@ WebOS, Windows [Phone/Mobile], Zenwalk, ...
|
|||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<script type="text/javascript" src="ua-parser.min.js"></script>
|
<script src="ua-parser.min.js"></script>
|
||||||
<script type="text/javascript">
|
<script>
|
||||||
|
|
||||||
var parser = new UAParser();
|
var parser = new UAParser();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user