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");
}
);