From a545191f5a4e2e79bf3579a283485ff42a22b749 Mon Sep 17 00:00:00 2001 From: "Andrea K." Date: Tue, 26 Aug 2025 11:48:57 +0300 Subject: [PATCH] hotfix: remove alert --- static/plugins/youmax/youmax.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/plugins/youmax/youmax.js b/static/plugins/youmax/youmax.js index 4bcba0e24b..6b29acf960 100644 --- a/static/plugins/youmax/youmax.js +++ b/static/plugins/youmax/youmax.js @@ -118,7 +118,7 @@ var youmax_global_options = {}; sessionStorage.setItem("youtubeResponse", JSON.stringify(response)); showUploads(response); }, - error: function(html) { alert(html); }, + error: function(html) { }, beforeSend: setHeader }); } else {