From 2e11051e71eda899c45fa751f686bd4e294f68d2 Mon Sep 17 00:00:00 2001 From: Bert Pareyn Date: Fri, 19 Apr 2013 10:00:53 +0100 Subject: [PATCH] Remove legacy browser support --- 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 = $('