Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Roman Karwacik
website
Commits
f9fdf6cd
Commit
f9fdf6cd
authored
Jul 28, 2018
by
Julian Rother
Browse files
Removed debugging code
parent
6e24b0ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/course.html
View file @
f9fdf6cd
...
...
@@ -258,7 +258,6 @@ $('#editstream-start').on('click', function () {
$
(
'
#editstream
'
).
on
(
'
show.bs.modal
'
,
function
(
event
)
{
var
button
=
$
(
event
.
relatedTarget
);
$
(
'
#editstream
'
).
data
(
'
currentpath
'
,
button
.
data
(
'
path
'
));
alert
(
button
.
data
(
'
active
'
));
if
(
button
.
data
(
'
active
'
))
{
$
(
'
#editstream-action
'
).
val
(
'
stop
'
);
$
(
'
#editstream-start
'
).
text
(
'
Stream stoppen
'
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment