diff --git a/assets/js/jquery.pids.js b/assets/js/jquery.pids.js index edc5338..151a952 100644 --- a/assets/js/jquery.pids.js +++ b/assets/js/jquery.pids.js @@ -160,6 +160,9 @@ jQuery(document).ready(function($) { if ((videoWindow != 'public' && videoWindow != '' && vppa_string) || (videoWindow == 'public' || videoWindow == '') ) { $(this).html('
'); $(this).addClass('playing'); + if (typeof(WNET_VPPA_Assent_Handler) == 'function'){ + WNET_VPPA_Assent_Handler(); + } } } }