Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e04ce45 + 7ece31a commit c7a9f26Copy full SHA for c7a9f26
src/toolbox/toolbox.expose.js
@@ -41,7 +41,7 @@
41
function viewport() {
42
43
// the horror case
44
- if ($.browser.msie) {
+ if (/msie/.test(navigator.userAgent.toLowerCase())) {
45
46
// if there are no scrollbars then use window.height
47
var d = $(document).height(), w = $(window).height();
0 commit comments