Skip to content

Commit

Permalink
add yandex browser to support list [#158620311]
Browse files Browse the repository at this point in the history
  • Loading branch information
uqclien committed Jul 4, 2018
1 parent ca5e9f0 commit d67c629
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This is a a hook to [webpack](http://webpack.github.io/) plugin [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) which inserts standard browser checks, unsupported browser messages, and loading indicator.
Default code does not have any dependencies, has it's own CSS to style messages, and uses vanilla JavaScript to check browser versions (suitable for any JS framework, library, etc).
Default browser check will load `browser-update.org/update.min.js` from http://browser-update.org.
Browser min requirements: `{i:10,f:40,o:30,s:7,c:40}`
Browser min requirements: `{i:10,f:40,o:30,s:7,c:40,y:13}`

Installation
------------
Expand Down
2 changes: 1 addition & 1 deletion lib/browserCheckScript.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
return {n: n, v: v, t: names[n] + " " + v, donotnotify: donotnotify, mobile: mobile};
}

var vs = {i: 10, f: 40, o: 30, s: 7, c: 40};
var vs = {i: 10, f: 40, o: 30, s: 7, c: 40, y: 13};
var $buoop = {
vs: vs,
api: 4,
Expand Down

0 comments on commit d67c629

Please sign in to comment.