PDF rausgenommen
This commit is contained in:
4
msd2/tracking/piwik/libs/jquery/jquery.browser.js
Normal file
4
msd2/tracking/piwik/libs/jquery/jquery.browser.js
Normal file
@ -0,0 +1,4 @@
|
||||
/*! jQuery Browser - v0.1.0 - 3/23/2012
|
||||
* https://github.com/jquery/jquery-browser
|
||||
* Copyright (c) 2012 John Resig; Licensed MIT */
|
||||
(function(a){var b,c=navigator.userAgent||"";a.uaMatch=function(a){a=a.toLowerCase();var b=/(chrome)[ \/]([\w.]+)/.exec(a)||/(webkit)[ \/]([\w.]+)/.exec(a)||/(opera)(?:.*version)?[ \/]([\w.]+)/.exec(a)||/(msie) ([\w.]+)/.exec(a)||a.indexOf("compatible")<0&&/(mozilla)(?:.*? rv:([\w.]+))?/.exec(a)||[];return{browser:b[1]||"",version:b[2]||"0"}},b=a.uaMatch(c),a.browser={},b.browser&&(a.browser[b.browser]=!0,a.browser.version=b.version),a.browser.webkit&&(a.browser.safari=!0)})(jQuery)
|
Reference in New Issue
Block a user