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.
1 parent aa58a26 commit 6fb15beCopy full SHA for 6fb15be
js/jquery.hashchange.js
@@ -286,7 +286,7 @@
286
// vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
287
// vvvvvvvvvvvvvvvvvvv REMOVE IF NOT SUPPORTING IE6/7/8 vvvvvvvvvvvvvvvvvvv
288
289
- $.browser.msie && !supports_onhashchange && (function() {
+ window.attachEvent && !window.addEventListener && !supports_onhashchange && (function() {
290
// Not only do IE6/7 need the "magical" Iframe treatment, but so does IE8
291
// when running in "IE7 compatibility" mode.
292
0 commit comments