Use primary button in updater

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
This commit is contained in:
Carl Schwan 2022-09-12 09:16:09 +02:00
parent 71d0ea84c3
commit e0a8669a25
No known key found for this signature in database
GPG key ID: C3AA6B3A5EFA7AC5

View 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();
})
);