Removed github from bottom

This commit is contained in:
Kasper Rynning-Tønnesen
2017-09-18 15:08:21 +02:00
parent c4967ae120
commit 7a89defb3b
5 changed files with 7 additions and 7 deletions

View File

@@ -170,7 +170,7 @@ $().ready(function(){
setup_no_connection_listener();
try{
/*try{
$.ajax({
type: "GET",
url: "https://api.github.com/users/zoff-music/received_events",
@@ -190,7 +190,7 @@ $().ready(function(){
});
} catch(error){
Helper.log("Error with fetching GitHub commit info");
}
}*/
});

View File

@@ -30,7 +30,7 @@ $(document).ready(function (){
Remotecontroller.control();
}
try{
/*try{
$.ajax({
type: "GET",
url: "https://api.github.com/users/zoff-music/received_events",
@@ -50,7 +50,7 @@ $(document).ready(function (){
});
} catch(error){
Helper.log("Error with fetching GitHub commit info");
}
}*/
});
$(document).on("click", "#playbutton", function()