From 7a041ea7a26dadd69927962e8ef3615994bc41c1 Mon Sep 17 00:00:00 2001 From: Agnibho Mondal Date: Tue, 6 Dec 2016 21:00:14 +0530 Subject: [PATCH] Removed apk installation prompt --- src/routine.js | 9 --------- 1 file changed, 9 deletions(-) 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"); - } - } }); }); -- 2.39.5