Missing > bracket in dig.ccmixter source
ironclaw |
.
permalink
Tue, Oct 18, 2011 @ 8:30 AM
The source of dig.ccmixter.org is missing a > bracket in line 20, and this is breaking the TrackSeek extension for the Yahoo Media Player (meaning that there is no seek bar).
This is the source now: 19 <script src=”http://mediaplayer.yahoo.com/js” type=”text/javascript” charset=”utf-8”></script> 20 <script src=”js/ef.ymp.utilities.js” type=”text/javascript”</script> 21 <script src=”js/ef.ymp.trackSeek.js” type=”text/javascript”></script> Line 20 should instead be: 20 <script src=”js/ef.ymp.utilities.js” type=”text/javascript”></script> |
SackJo22
admin
|
.
permalink
Tue, Oct 18, 2011 @ 9:03 AM
Thank you. I will point this out to our technical masters.
|
Admiral Bob |
.
permalink
Tue, Oct 18, 2011 @ 7:20 PM
Will be patched shortly. Thanks for the catch!
|
ironclaw |
.
permalink
Thu, Oct 20, 2011 @ 9:03 PM
Thanks SackJo22 and Admiral Bob! It’s working great now.
|