Fix quoting and escaping of JS fragments

This commit is contained in:
df 2021-04-17 12:09:25 +00:00
parent 243dfdd595
commit 8b795a0a7d
1 changed files with 1 additions and 1 deletions

View File

@ -297,6 +297,6 @@ if {$hasffmpeg} {
puts [format {
<script type="text/javascript">
var url = "%s";
$('#ffmpeg').load(url, function() { $('#play, #playDL').enable(); }); }
$('#ffmpeg').load(url, function() { $('#play, #playDL').enable(); });
</script> } $url]
}