diff options
| author | Pepper <pepper@scannerjammer.com> | 2016-03-09 23:19:09 -0500 |
|---|---|---|
| committer | Pepper <pepper@scannerjammer.com> | 2016-03-09 23:19:09 -0500 |
| commit | 327b2d96da372814ba1be6eb84707358a9df37cc (patch) | |
| tree | 4e5227de634e560313c246eca1c7a65bb026cf1c /share/frontend/imconcat | |
| parent | 7654d429d4a0aabe20fc36193d3d06613009395e (diff) | |
small fix
Diffstat (limited to 'share/frontend/imconcat')
| -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") |
