Skip to content
Snippets Groups Projects
Commit d9729168 authored by Björn Schießle's avatar Björn Schießle
Browse files

some small js fixes

parent 0219b8b3
Branches
No related tags found
No related merge requests found
......@@ -19,8 +19,8 @@ $(document).ready(function(){
success: function(response) {
if (response.data.migrationCompleted === false) {
var message = t('files_encryption', 'Initial encryption started... This can take some time. Please wait.');
$('span[id="messageText"]').text(message);
$('p[id="message"]').removeClass('hidden').addClass('info');
$('#messageText').text(message);
$('#message').removeClass('hidden').addClass('info');
}
}
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment