From: Agnibho Mondal Date: Tue, 6 Dec 2016 15:30:14 +0000 (+0530) Subject: Removed apk installation prompt X-Git-Url: https://code.agnibho.com/repo?a=commitdiff_plain;h=7a041ea7a26dadd69927962e8ef3615994bc41c1;p=obscalc.git Removed apk installation prompt --- diff --git a/src/routine.js b/src/routine.js index 33be1c2..cb46151 100644 --- a/src/routine.js +++ b/src/routine.js @@ -124,14 +124,5 @@ $(document).ready(function(){ $("#notify-link").text("Load"); } } - else if(document.URL.indexOf("http://")!=-1 || document.URL.indexOf("https://")!=-1){ - if(/(android)/i.test(navigator.userAgent)){ - $("#notify").slideDown(); - $("#notify").width($(".container").width()-20); - $("#notify-text").text(""); - $("#notify-link").attr("href", data.apk); - $("#notify-link").text("Download for Android"); - } - } }); });