a04cc80f by Dan Rempel

EY expanded ads Changed to autoplay

1 parent 7c7ce78f
...@@ -81,7 +81,9 @@ ...@@ -81,7 +81,9 @@
81 eyeBuild.doClose(); 81 eyeBuild.doClose();
82 }); 82 });
83 83
84 84 video.play();
85 playButton.setAttribute("class", "play");
86
85 } 87 }
86 </script> 88 </script>
87 89
......
...@@ -81,6 +81,9 @@ ...@@ -81,6 +81,9 @@
81 }); 81 });
82 82
83 83
84 video.play();
85 playButton.setAttribute("class", "play");
86
84 } 87 }
85 </script> 88 </script>
86 89
......
...@@ -81,6 +81,9 @@ ...@@ -81,6 +81,9 @@
81 }); 81 });
82 82
83 83
84 video.play();
85 playButton.setAttribute("class", "play");
86
84 } 87 }
85 </script> 88 </script>
86 89
......