You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is the DVD selection menu still a work in progress? I get an error when I click on the "Play" button. It looks like the templating code should be $('.video-container').html(_.template(list)({dvds: data})); instead of $('.video-container').html(_.template(list, {dvds: data}));. I don't see where the cover.jpg files come from, are those supposed to be user-supplied? Thanks!
The text was updated successfully, but these errors were encountered:
Is the DVD selection menu still a work in progress? I get an error when I click on the "Play" button. It looks like the templating code should be
$('.video-container').html(_.template(list)({dvds: data}));
instead of$('.video-container').html(_.template(list, {dvds: data}));
. I don't see where thecover.jpg
files come from, are those supposed to be user-supplied? Thanks!The text was updated successfully, but these errors were encountered: