mirror of
https://github.com/Mibew/mibew.git
synced 2025-03-03 18:38:31 +03:00
Remove useless blank line
This commit is contained in:
parent
525243bd8d
commit
619a5c4ecf
@ -66,7 +66,6 @@
|
||||
player.get(0).play();
|
||||
}
|
||||
else {
|
||||
|
||||
var audioTag = $("<audio>", {autoplay: true, style: "display: none"}).append(
|
||||
'<source src="' + file + '.wav" type="audio/x-wav" />' +
|
||||
'<source src="' + file + '.mp3" type="audio/mpeg" codecs="mp3" />' +
|
||||
|
Loading…
Reference in New Issue
Block a user