diff --git a/pandora_console/include/javascript/pandora_events.js b/pandora_console/include/javascript/pandora_events.js index e23b729984..3a043edf8e 100644 --- a/pandora_console/include/javascript/pandora_events.js +++ b/pandora_console/include/javascript/pandora_events.js @@ -948,7 +948,7 @@ function process_buffers(buffers) { function openSoundEventModal(settings) { var win = open( - "http://172.16.0.2/pandora_console/operation/events/sound_events.php", + "operation/events/sound_events.php", "day_123", "width=600,height=500" ); diff --git a/pandora_console/operation/events/sound_events.php b/pandora_console/operation/events/sound_events.php index efcbef4ab9..8633cadf86 100644 --- a/pandora_console/operation/events/sound_events.php +++ b/pandora_console/operation/events/sound_events.php @@ -534,7 +534,6 @@ function check_event_sound() { data.forEach(function(element) { var li = document.createElement("li"); var b64 = btoa(JSON.stringify(element)); - console.log(b64); li.insertAdjacentHTML( "beforeend", '