gastelo / jquery-tubular

Automatically exported from code.google.com/p/jquery-tubular
MIT License
0 stars 0 forks source link

file://www.youtube.com/iframe_api Failed to load resource: net::ERR_FILE_NOT_FOUND #69

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
In line 133 should be:

tag.src = 'http://www.youtube.com/iframe_api';

instead of:

tag.src = '//www.youtube.com/iframe_api';

Otherwise, the console complains "file://www.youtube.com/iframe_api Failed to 
load resource: net::ERR_FILE_NOT_FOUND"

Original issue reported on code.google.com by Kirin1...@gmail.com on 4 Dec 2014 at 10:54