Ver código fonte

vg conroller 제거

LMC 4 anos atrás
pai
commit
15d65c78e7

+ 0 - 9
src/main/webapp/WEB-INF/views/web/display/BrandMainFormWeb.html

@@ -1152,15 +1152,6 @@ $(document).ready( function() {
 		}
 	});
 
-    var controller = new VgControllerClient({
-        target_window: document.getElementById('pdThumbVideo').contentWindow
-    });
-
-    controller.on('ready', function(percent, position, duration) {
-        set_controls_inactive_time(1);
-        controller.set_ratio('fill');
-    });
-
 }); // end ready
 /*]]>*/
 </script>