Skip to content
Snippets Groups Projects
Commit f9fdf6cd authored by Julian Rother's avatar Julian Rother
Browse files

Removed debugging code

parent 6e24b0ba
No related branches found
No related tags found
No related merge requests found
...@@ -258,7 +258,6 @@ $('#editstream-start').on('click', function () { ...@@ -258,7 +258,6 @@ $('#editstream-start').on('click', function () {
$('#editstream').on('show.bs.modal', function (event) { $('#editstream').on('show.bs.modal', function (event) {
var button = $(event.relatedTarget); var button = $(event.relatedTarget);
$('#editstream').data('currentpath', button.data('path')); $('#editstream').data('currentpath', button.data('path'));
alert(button.data('active'));
if (button.data('active')) { if (button.data('active')) {
$('#editstream-action').val('stop'); $('#editstream-action').val('stop');
$('#editstream-start').text('Stream stoppen'); $('#editstream-start').text('Stream stoppen');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment