]> Softwares of Agnibho - obscalc.git/commitdiff
Removed apk installation prompt
authorAgnibho Mondal <mail@agnibho.com>
Tue, 6 Dec 2016 15:30:14 +0000 (21:00 +0530)
committerAgnibho Mondal <mail@agnibho.com>
Tue, 6 Dec 2016 15:30:14 +0000 (21:00 +0530)
src/routine.js

index 33be1c234efad9cfc13791d5c99ef62eff64fea4..cb461512c6be876865c487eee7969b6562efb70c 100644 (file)
@@ -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");
-           }
-       }
     });
 });