mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-18 08:10:13 +01:00
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:
parent
95962c98cc
commit
5fa50512ce
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue