mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Better autocomplete for channelsearch + descriptions on frontpage
This commit is contained in:
@@ -16,7 +16,7 @@ $(document).ready(function (){
|
||||
|
||||
$("#about").modal();
|
||||
$("#contact").modal();
|
||||
|
||||
|
||||
if(window.location.hostname == "remote.zoff.no") add = "https://zoff.no";
|
||||
else add = "localhost";
|
||||
socket = io.connect(add + ':8080', connection_options);
|
||||
@@ -101,7 +101,6 @@ var Remotecontroller = {
|
||||
},*/
|
||||
stop:function(event, ui) {
|
||||
socket.emit("id", {id: id, type: "volume", value: ui.value});
|
||||
//console.log(ui.value);
|
||||
}
|
||||
});
|
||||
}else
|
||||
|
||||
Reference in New Issue
Block a user