diff options
author | friendica <info@friendica.com> | 2013-05-09 18:24:52 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-05-09 18:24:52 -0700 |
commit | 7dfea2c70dd79986f54a6b4e12d25be47a6abc88 (patch) | |
tree | 9cc16531935085cc578eb9fd17c11747bab892e5 /js | |
parent | 112dbf3abd543152ad4ed3f444331ac88c1f4c46 (diff) | |
download | volse-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')
-rw-r--r-- | js/main.js | 2 |
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(){ |