aboutsummaryrefslogtreecommitdiffstats
path: root/js/main.js
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-05-09 18:24:52 -0700
committerfriendica <info@friendica.com>2013-05-09 18:24:52 -0700
commit7dfea2c70dd79986f54a6b4e12d25be47a6abc88 (patch)
tree9cc16531935085cc578eb9fd17c11747bab892e5 /js/main.js
parent112dbf3abd543152ad4ed3f444331ac88c1f4c46 (diff)
downloadvolse-hubzilla-7dfea2c70dd79986f54a6b4e12d25be47a6abc88.tar.gz
volse-hubzilla-7dfea2c70dd79986f54a6b4e12d25be47a6abc88.tar.bz2
volse-hubzilla-7dfea2c70dd79986f54a6b4e12d25be47a6abc88.zip
get rid of jquery.browser warnings by removing msie hacks in two places, live update and fancybox
Diffstat (limited to 'js/main.js')
-rw-r--r--js/main.js2
1 files changed, 1 insertions, 1 deletions
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(){