audio-recordings: move upload animation to planung

This commit is contained in:
Milan
2021-04-11 12:44:16 +02:00
parent e87f3f03e6
commit 6ede3d84b3
2 changed files with 2 additions and 2 deletions

View File

@@ -140,6 +140,6 @@ $( document ).ready(
);
var number = 1+Math.floor(11 * Math.random());
$('#progress img').attr("src", "/agenda/image/upload/bird"+number+".gif");
$('#progress img').attr("src", "/agenda/planung/image/upload/bird"+number+".gif");
}
);

View File

@@ -18,7 +18,7 @@
<div id="progress" style="display:none;vertical-align:middle;background:#aaa;text-align:center;margin:1em;padding:1em;font-size:1em;font-weight:bold;color:#fff" >
<div>Ich lade jetzt die Datei hoch... Pieps.</div>
<div><img src="/agenda/image/upload/bird9.gif" /></div>
<div><img src="/agenda/planung/image/upload/bird9.gif" /></div>
<div>Ist das aufregend!</div>
<progress id="progressBar"></progress>
<div id="progressLabel"></div>