Use primary button in updater

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
pull/34018/head
Carl Schwan 2 years ago
parent 71d0ea84c3
commit e0a8669a25
No known key found for this signature in database
GPG Key ID: C3AA6B3A5EFA7AC5

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

Loading…
Cancel
Save