Skip to content

Commit

Permalink
closes #38 upgrade to turbolinks v5
Browse files Browse the repository at this point in the history
  • Loading branch information
mfrederickson committed Mar 1, 2017
1 parent ca1ea7b commit 928ed24
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/assets/javascripts/concerto_remote_video/remote_video.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,4 @@ function initializeRemoteVideoHandlers() {
}
}

$(document).ready(initializeRemoteVideoHandlers);
$(document).on('page:change', initializeRemoteVideoHandlers);
$(document).on('turbolinks:load', initializeRemoteVideoHandlers);

0 comments on commit 928ed24

Please sign in to comment.