Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: includes/scripts/initialize-videos.html

Issue 29703633: Noissue - Abstracted embedded video for use in blog (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Created Feb. 20, 2018, 10:13 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <script>
2 document.addEventListener("DOMContentLoaded", function(event)
3 {
4 window.videos = [].slice.call(document.querySelectorAll(".video-parent"))
5 .map(function(parent) {return new Video(parent);});
6 });
7 </script>
OLDNEW
« no previous file with comments | « includes/index.tmpl ('k') | pages/test.html » ('j') | pages/test.html » ('J')

Powered by Google App Engine
This is Rietveld