]> git.openstreetmap.org Git - osqa.git/blob - forum/skins/default/media/js/youtube.js
check whether the private and public ReCaptcha keys are importable, only if they...
[osqa.git] / forum / skins / default / media / js / youtube.js
1 $().ready(function(){
2     // Embed YouTube videos
3     $('a[href*="youtube.com"]').viewbox({
4         widthWindow: 900
5     });
6 });