Cleanup dead code

This commit is contained in:
Lucas Bickel 2017-03-17 15:09:21 +01:00
parent 9fe31a5923
commit e1cf27664b
3 changed files with 4 additions and 17 deletions

View file

@ -141,9 +141,6 @@ function setLiveSourceConnectionOverrideListener(){
mount = ('/').concat(mount);
}
var url = "http://"+location.hostname+":"+port+mount;
if (port == '' || mount == '') {
url = 'N/A';
}
live_dj_input.val(url);
live_dj_input.attr("readonly", "readonly");
live_dj_actions.hide();
@ -167,9 +164,6 @@ function setLiveSourceConnectionOverrideListener(){
mount = ('/').concat(mount);
}
var url = "http://"+location.hostname+":"+port+mount;
if (port == '' || mount == '') {
url = 'N/A';
}
master_dj_input.val(url);
master_dj_input.attr("readonly", "readonly");
master_dj_actions.hide();