]> git.openstreetmap.org Git - osqa.git/blob - forum/skins/default/media/js/youtube.js
allow the # character in tags, changing the tags regular expression and the error...
[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 });