diff options
-rw-r--r-- | core/js/update.js | 2 |
1 files changed, 1 insertions, 1 deletions
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( - $('<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(); }) ); |