summaryrefslogtreecommitdiff
path: root/share/frontend/imconcat/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'share/frontend/imconcat/index.html')
-rw-r--r--share/frontend/imconcat/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/frontend/imconcat/index.html b/share/frontend/imconcat/index.html
index 49b3909..a22b8c5 100644
--- a/share/frontend/imconcat/index.html
+++ b/share/frontend/imconcat/index.html
@@ -232,7 +232,7 @@
function generatingOff(){
resetModal()
$('form').find('input[type=submit]').prop('disabled', false);
- $('#logos').find('img').attr("src", "img/logo-complete.gif")
+ $('#logos').find('img').attr("src", "img/logo-complete.png")
};
function reportError(msg){
$('h4.failure').toggleClass("dontshowme")