mirror of
https://github.com/nextcloud/server.git
synced 2026-03-04 18:28:08 +01:00
Use primary button in updater
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
This commit is contained in:
@@ -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();
|
||||
})
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user