diff --git a/php/footer.php b/php/footer.php index 6c1dddae..32a7a8b2 100755 --- a/php/footer.php +++ b/php/footer.php @@ -16,9 +16,9 @@
diff --git a/php/nochan.php b/php/nochan.php
index 4f09f89e..34c5ff54 100755
--- a/php/nochan.php
+++ b/php/nochan.php
@@ -133,9 +133,9 @@ if(isset($_GET['chan'])){
diff --git a/static/js/nochan.js b/static/js/nochan.js
index 1f57d489..9c9d730f 100755
--- a/static/js/nochan.js
+++ b/static/js/nochan.js
@@ -98,7 +98,10 @@ $(document).ready(function (){
if(pad >= 100)
window.location.href = 'https://www.youtube.com/v/0IGsNdVoEh0?autoplay=1&showinfo=0&autohide=1';
});
- if(navigator.userAgent.toLowerCase().indexOf("android") > -1){
+
+ //Not in use since the app is outdated
+
+ /*if(navigator.userAgent.toLowerCase().indexOf("android") > -1){
//console.log("android");
var ca = document.cookie.split(';');
if(getCookie("show_prompt") == ""){
@@ -113,7 +116,7 @@ $(document).ready(function (){
document.cookie = "show_prompt=false;"+expires;
}
}
- }
+ }*/
git_info = $.ajax({ type: "GET",
url: "https://api.github.com/repos/nixolas1/zoff/commits",