diff --git a/airtime_mvc/public/js/airtime/preferences/streamsetting.js b/airtime_mvc/public/js/airtime/preferences/streamsetting.js index a97df38ca..d4198868f 100644 --- a/airtime_mvc/public/js/airtime/preferences/streamsetting.js +++ b/airtime_mvc/public/js/airtime/preferences/streamsetting.js @@ -86,7 +86,15 @@ function checkLiquidsoapStatus(){ status = obj[key]; } } - $("#s"+id+"Liquidsoap-error-msg-element").html(status); + var html + if(status == "OK"){ + html = '
This stream is disabled
'+status+'