소스 검색

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>