X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrost-mobile%2Fjs%2Fmain.js;h=1b63a489d69243ef445af8e3296cdb0aa5e7df7a;hb=25d7087d9eb8cace3d23a2f40e77c52809395598;hp=926de5d253f81f3db40a5e38c4c5352b57051671;hpb=323186864e56096a2515ab699ebdd6a82a35d20c;p=friendica.git diff --git a/view/theme/frost-mobile/js/main.js b/view/theme/frost-mobile/js/main.js index 926de5d253..1b63a489d6 100644 --- a/view/theme/frost-mobile/js/main.js +++ b/view/theme/frost-mobile/js/main.js @@ -34,7 +34,6 @@ var src = null; var prev = null; var livetime = null; - var msie = false; var stopped = false; var totStopped = false; var timer = null; @@ -49,8 +48,6 @@ $(function() { $.ajaxSetup({cache: false}); - msie = $.browser.msie ; - collapseHeight(); /* setup tooltips *//* @@ -306,7 +303,7 @@ in_progress = true; var udargs = ((netargs.length) ? '/' + netargs : ''); - var update_url = 'update_' + src + udargs + '&p=' + profile_uid + '&page=' + profile_page + '&msie=' + ((msie) ? 1 : 0); + var update_url = 'update_' + src + udargs + '&p=' + profile_uid + '&page=' + profile_page; $.get(update_url,function(data) { in_progress = false;