Skip to content

Commit d77586d

Browse files
committed
Remove extra space in shareOptions.embedCode of player script
Follow lint indications : #2912 (comment)
1 parent 9979a1b commit d77586d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/js/player.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ var shareOptions = {
7777
image: player_data.thumbnail,
7878
get embedCode() {
7979
return "<iframe id='ivplayer' width='640' height='360' src='" +
80-
addCurrentTimeToURL(embed_url) + "' style='border:none;'></iframe>";
80+
addCurrentTimeToURL(embed_url) + "' style='border:none;'></iframe>";
8181
}
8282
};
8383

0 commit comments

Comments
 (0)