Removed the `*_autoscaled` suffix for images
authorAlexander Ebert <ebert@woltlab.com>
Sun, 27 Sep 2020 13:54:17 +0000 (15:54 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 27 Sep 2020 13:54:17 +0000 (15:54 +0200)
wcfsetup/install/files/js/WoltLabSuite/Core/Image/Resizer.js

index 24985c5f12816f118bc92f6cad7d11c3aa14a4ae..8b7448f309bd7c69832b302adcb68cf79e9d5bd7 100644 (file)
@@ -101,7 +101,7 @@ define([
                                        return blob;
                                })
                                .then(function (blob) {
-                                       return FileUtil.blobToFile(blob, basename[1] + '_autoscaled');
+                                       return FileUtil.blobToFile(blob, basename[1]);
                                });
                },