]> Softwares of Agnibho - obscalc.git/blobdiff - src/routine.js
Removed apk installation prompt
[obscalc.git] / 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");
-           }
-       }
     });
 });