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 --- js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js') diff --git a/js/main.js b/js/main.js index 0fbc4b517..df161e386 100644 --- a/js/main.js +++ b/js/main.js @@ -122,7 +122,7 @@ $(function() { $.ajaxSetup({cache: false}); - msie = $.browser.msie ; + msie = false; // $.browser.msie ; /* setup tooltips *//* $("a,.tt").each(function(){ -- cgit v1.2.3