diff --git a/static/js/dss/lib/peneloPlay.coffee b/static/js/dss/lib/peneloPlay.coffee index 820b05c..21c2b10 100644 --- a/static/js/dss/lib/peneloPlay.coffee +++ b/static/js/dss/lib/peneloPlay.coffee @@ -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