From e0a8669a25ee8e473e7aaa802ebe29856fe215b2 Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Mon, 12 Sep 2022 09:16:09 +0200 Subject: [PATCH] Use primary button in updater Signed-off-by: Carl Schwan --- core/js/update.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/js/update.js b/core/js/update.js index 1613c3cc93b..2132dc9c578 100644 --- a/core/js/update.js +++ b/core/js/update.js @@ -92,7 +92,7 @@ if (hasWarnings) { $el.find('.update-show-detailed').before( - $('').on('click', function() { + $('').on('click', function() { window.location.reload(); }) ); -- 2.39.5