Waiting spinner now does not appear incorrectly. Fixes #616.

git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@676 a4c988fc-2ded-0310-b66e-134b36920a42
This commit is contained in:
lukemelia 2007-12-07 15:39:38 +00:00
parent 95962c98cc
commit 5fa50512ce
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ Protoload = {
if (typeof element == 'string')
element = document.getElementById(element);
if (className == undefined)
className = 'waiting';
className = 'tracks__waiting';
if (timeUntilShow == undefined)
timeUntilShow = Protoload.timeUntilShow;