diff options
| -rw-r--r-- | share/frontend/imconcat/index.html | 2 |
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") |
