mirror of
https://github.com/fergalmoran/dss.git
synced 2026-01-03 15:34:00 +00:00
Re-added download overlay
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user