Skip to content

Commit

Permalink
Fix jQuery's <div
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyankou authored Aug 10, 2021
1 parent a25746c commit 44912cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/storymap.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ $(window).on('load', function() {
allowfullscreen: 'allowfullscreen',
});

mediaContainer = $('<div></div', {
mediaContainer = $('<div></div>', {
class: 'img-container'
}).append(media).after(source);
}
Expand Down

0 comments on commit 44912cd

Please sign in to comment.