The demo for the modal overlay isn't working. It was working yesterday so I assume it is as a result of the recent release.
you can see it on this page
http://flowplayer.org/tools/demos/overlay/modal-dialog.htm
It does not recognise when you click Yes.
buttons.index(e.target) results in -1 when you click any button so this line always returns false
var yes = buttons.index(e.target) === 0;
you can see it on this page
http://flowplayer.org/tools/demos/overlay/modal-dialog.htm
It does not recognise when you click Yes.
buttons.index(e.target) results in -1 when you click any button so this line always returns false
var yes = buttons.index(e.target) === 0;
