mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Removed github from bottom
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}*/
|
||||
});
|
||||
|
||||
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user