From b081c026e7a167fd04e65f28c8f9036f5e194390 Mon Sep 17 00:00:00 2001
From: Herb
Date: Fri, 22 Aug 2025 09:27:28 -0400
Subject: [PATCH 1/3] Remove legacy browser support (#1)
Co-authored-by: Bert Pareyn
---
jquery.ba-bbq.js | 90 ------------------------------------------------
1 file changed, 90 deletions(-)
diff --git a/jquery.ba-bbq.js b/jquery.ba-bbq.js
index 3a5995d..73c08dd 100644
--- a/jquery.ba-bbq.js
+++ b/jquery.ba-bbq.js
@@ -1281,96 +1281,6 @@
timeout_id = setTimeout( poll, $.fn[ str_hashchange ].delay );
};
- // vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
- // vvvvvvvvvvvvvvvvvvv REMOVE IF NOT SUPPORTING IE6/7/8 vvvvvvvvvvvvvvvvvvv
- // vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
- $.browser.msie && !supports_onhashchange && (function(){
- // Not only do IE6/7 need the "magical" Iframe treatment, but so does IE8
- // when running in "IE7 compatibility" mode.
-
- var iframe,
- iframe_src;
-
- // When the event is bound and polling starts in IE 6/7, create a hidden
- // Iframe for history handling.
- self.start = function(){
- if ( !iframe ) {
- iframe_src = $.fn[ str_hashchange ].src;
- iframe_src = iframe_src && iframe_src + get_fragment();
-
- // Create hidden Iframe. Attempt to make Iframe as hidden as possible
- // by using techniques from http://www.paciellogroup.com/blog/?p=604.
- iframe = $('