|
|
@@ -527,7 +527,7 @@
|
|
|
});
|
|
|
|
|
|
|
|
|
-// if(typeof VgControllerClient == 'object'){
|
|
|
+ if(typeof VgControllerClient == 'object' && document.getElementById('pdThumbVideo')){
|
|
|
var controller = new VgControllerClient({
|
|
|
target_window: document.getElementById('pdThumbVideo').contentWindow
|
|
|
});
|
|
|
@@ -536,7 +536,7 @@
|
|
|
controller.set_control_visibility(false);
|
|
|
controller.play();
|
|
|
});
|
|
|
-// }
|
|
|
+ }
|
|
|
|
|
|
|
|
|
|