Created
August 3, 2016 03:50
-
-
Save mariordev/bb7a079bba42b3f50ff7b17ae9633f2a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$('#modal').on('hide.bs.modal', function (e) { | |
$("#videoID").get(0).pause(); | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment