Remove all white spaces

This commit is contained in:
taitus
2017-09-06 14:12:32 +02:00
parent 25560a27fc
commit 9b6b57a24c
13 changed files with 24 additions and 25 deletions

View File

@@ -4,4 +4,3 @@ App.EmbedVideo =
$('#js-embedded-video').each ->
code = $(this).data("video-code")
$('#js-embedded-video').html(code)