Skip to content

Commit

Permalink
leave success copy msg for 2 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
rawdaGastan committed Nov 1, 2023
1 parent e45624e commit 5988b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/webclient/files.html
Original file line number Diff line number Diff line change
Expand Up @@ -863,7 +863,7 @@ <h5 class="modal-title" id="videoModalLabel">
setTimeout(() => {
$('#successMsg').hide();
window.open(editURL, '_blank');
}, 1000);
}, 2000);
}, function(err) {
$('#errorTxt').text("Could not copy file's edit url: " + err);
$('#errorMsg').show();
Expand Down

0 comments on commit 5988b0f

Please sign in to comment.