mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
No pause on video on sending mail also
This commit is contained in:
@@ -1567,7 +1567,9 @@ $(document).keydown(function(event) {
|
||||
!$("#password").is(":focus") &&
|
||||
!$("#user-pass-input").is(":focus") &&
|
||||
!$("#chan_thumbnail").is(":focus") &&
|
||||
!$("#chan_description").is(":focus")) {
|
||||
!$("#chan_description").is(":focus") &&
|
||||
!$("#contact-form-from").is(":focus") &&
|
||||
!$("#contact-form-message").is(":focus")) {
|
||||
if(Player.player.getPlayerState() == 1) {
|
||||
event.preventDefault();
|
||||
Player.player.pauseVideo();
|
||||
|
||||
Reference in New Issue
Block a user