浏览代码

vg conroller 제거

LMC 4 年之前
父节点
当前提交
15d65c78e7
共有 1 个文件被更改,包括 0 次插入9 次删除
  1. 0 9
      src/main/webapp/WEB-INF/views/web/display/BrandMainFormWeb.html

+ 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>