From 7dfea2c70dd79986f54a6b4e12d25be47a6abc88 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 9 May 2013 18:24:52 -0700 Subject: get rid of jquery.browser warnings by removing msie hacks in two places, live update and fancybox --- library/fancybox/jquery.fancybox-1.3.4.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'library/fancybox/jquery.fancybox-1.3.4.js') diff --git a/library/fancybox/jquery.fancybox-1.3.4.js b/library/fancybox/jquery.fancybox-1.3.4.js index be7727537..43e2cd56b 100644 --- a/library/fancybox/jquery.fancybox-1.3.4.js +++ b/library/fancybox/jquery.fancybox-1.3.4.js @@ -26,7 +26,8 @@ titleHeight = 0, titleStr = '', start_pos, final_pos, busy = false, fx = $.extend($('
')[0], { prop: 0 }), - isIE6 = $.browser.msie && $.browser.version < 7 && !window.XMLHttpRequest, + isIE6 = false, +// $.browser.msie && $.browser.version < 7 && !window.XMLHttpRequest, /* * Private methods @@ -612,7 +613,7 @@ } if (currentOpts.type == 'iframe') { - $('').appendTo(content); + $('').appendTo(content); } wrap.show(); -- cgit v1.2.3