pause on delete

Pausing on delete lets a slow network user know that the click worked.
This commit is contained in:
digital-gnome 2017-10-28 22:48:30 -04:00
parent e6ba5162ef
commit 95622cc3b0
1 changed files with 1 additions and 0 deletions

View File

@ -759,6 +759,7 @@ function actQuery( action, parms ) {
}
function deleteEvent() {
vid ? vid.pause() : streamPause(); //Provides visual feedback that your click happened.
actQuery( 'delete' );
streamNext( true );
}