mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-09-27 16:08:47 +03:00
Update uaparser used in demo to latest version
This commit is contained in:
parent
ce0bb6ed4b
commit
f0d820d287
12
index.html
12
index.html
@ -1,10 +1,10 @@
|
|||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>UA-Parser.js - Lightweight JavaScript-based User Agent String Parser</title>
|
<title>UAParser.js - Lightweight JavaScript-based User Agent String Parser</title>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="author" content="Faisalman" />
|
<meta name="author" content="Faisalman" />
|
||||||
<meta name="description" content="UA-Parser.js Lightweight JavaScript-based User-Agent string parser. Supports browser & node.js environment. Also available as jQuery plugin & AMD module." />
|
<meta name="description" content="UAParser.js Lightweight JavaScript-based User-Agent string parser. Supports browser & node.js environment. Also available as jQuery plugin & AMD module." />
|
||||||
<meta name="keywords" content="user agent, parser, javascript, detect, details, new, browser, engine, mobile, device, operating system" />
|
<meta name="keywords" content="user agent, parser, javascript, detect, details, new, browser, engine, mobile, device, operating system" />
|
||||||
<style>
|
<style>
|
||||||
* {
|
* {
|
||||||
@ -98,12 +98,12 @@
|
|||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<script src="ua-parser.min.js"></script>
|
<script src="src/ua-parser.min.js"></script>
|
||||||
<script src="ua-list-example.js"></script>
|
<script src="ua-list-example.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<h1><a href="">UA-Parser.js</a></h1>
|
<h1><a href="">UAParser.js</a></h1>
|
||||||
<h2>Lightweight JavaScript-based User-Agent String Parser</h2>
|
<h2>Lightweight JavaScript-based User-Agent String Parser</h2>
|
||||||
<hr />
|
<hr />
|
||||||
<p class="share">
|
<p class="share">
|
||||||
@ -151,11 +151,11 @@
|
|||||||
<footer>
|
<footer>
|
||||||
<hr />
|
<hr />
|
||||||
<p>
|
<p>
|
||||||
<span class="ua">UA-Parser.js</span> © 2012-2013 Faisalman. <br/>
|
<span class="ua">UAParser.js</span> © 2012-2013 Faisalman. <br/>
|
||||||
Dual licensed under GPLv2 & MIT license<br/>
|
Dual licensed under GPLv2 & MIT license<br/>
|
||||||
Source: <a href="https://github.com/faisalman/ua-parser-js">https://github.com/faisalman/ua-parser-js</a><br/>
|
Source: <a href="https://github.com/faisalman/ua-parser-js">https://github.com/faisalman/ua-parser-js</a><br/>
|
||||||
Node.js package: <a href="https://npmjs.org/package/ua-parser-js">https://npmjs.org/package/ua-parser-js</a><br/>
|
Node.js package: <a href="https://npmjs.org/package/ua-parser-js">https://npmjs.org/package/ua-parser-js</a><br/>
|
||||||
jQuery plugin: <a href="http://plugins.jquery.com/ua-parser-js/">http://plugins.jquery.com/ua-parser-js/</a>
|
$.ua: <a href="http://plugins.jquery.com/ua-parser-js/">http://plugins.jquery.com/ua-parser-js/</a>
|
||||||
</p>
|
</p>
|
||||||
</footer>
|
</footer>
|
||||||
<script>
|
<script>
|
||||||
|
7
src/ua-parser.min.js
vendored
Normal file
7
src/ua-parser.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
7
ua-parser.min.js
vendored
7
ua-parser.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user