Re-added download overlay

This commit is contained in:
Fergal Moran
2014-06-01 00:12:24 +01:00
parent f2acc5c6cf
commit 9e8aac8f11

View File

@@ -128,7 +128,7 @@
#Might not need the progress overlay if firefucks get their act together
whileloading: =>
if not soundManager.html5.mp3
if true #not soundManager.html5.mp3
percentageFinished = (_player.bytesLoaded / _player.bytesTotal) * 100
percentageWidth = (bounds.waveformWidth / 100) * percentageFinished
ui.downloadOverlay.css "width", percentageWidth