]> source.dussan.org Git - nextcloud-server.git/commitdiff
Use primary button in updater 34018/head
authorCarl Schwan <carl@carlschwan.eu>
Mon, 12 Sep 2022 07:16:09 +0000 (09:16 +0200)
committerCarl Schwan <carl@carlschwan.eu>
Mon, 12 Sep 2022 07:16:09 +0000 (09:16 +0200)
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
core/js/update.js

index 1613c3cc93bf11a691ceda01287a582384e5ed5c..2132dc9c578411459f3c1ef639f4e0a26025d2af 100644 (file)
@@ -92,7 +92,7 @@
 
                                if (hasWarnings) {
                                        $el.find('.update-show-detailed').before(
-                                               $('<input type="button" class="update-continue" value="'+t('core', 'Continue to {productName}', OC.Update.options)+'">').on('click', function() {
+                                               $('<input type="button" class="primary" value="'+t('core', 'Continue to {productName}', OC.Update.options)+'">').on('click', function() {
                                                        window.location.reload();
                                                })
                                        );