]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Remove obsolete code
authormoisseev <moiseev@mezonplus.ru>
Sat, 24 Feb 2024 17:45:31 +0000 (20:45 +0300)
committermoisseev <moiseev@mezonplus.ru>
Sat, 24 Feb 2024 17:45:31 +0000 (20:45 +0300)
interface/js/app/upload.js

index 1cde1d4703e2251b1eaaffa2da09086eec806256..dc1bf1c9c92d5a696cfd612d96178fb859907df8 100644 (file)
@@ -194,8 +194,6 @@ define(["jquery", "app/common", "app/libft"],
         $("#scanClean").on("click", () => {
             $("#scan button:not(#cleanScanHistory, #scanOptionsToggle)").attr("disabled", true);
             $("#scanForm")[0].reset();
-            $("#scanResult").hide();
-            $("#scanOutput tbody").remove();
             $("html, body").animate({scrollTop: 0}, 1000);
             return false;
         });