mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-06 06:56:54 +08:00
Reinit tooltips after cancel/save step
Closes SCI-2891.
This commit is contained in:
parent
00a3b8b94e
commit
fe46f9c9fe
1 changed files with 2 additions and 0 deletions
|
@ -118,6 +118,7 @@
|
|||
toggleButtons(true);
|
||||
|
||||
setTimeout(function() {
|
||||
$.initTooltips();
|
||||
initStepsComments();
|
||||
initPreviewModal();
|
||||
SmartAnnotation.preventPropagation('.atwho-user-popover');
|
||||
|
@ -613,6 +614,7 @@
|
|||
setupAssetsLoading();
|
||||
DragNDropSteps.clearFiles();
|
||||
initPreviewModal();
|
||||
$.initTooltips();
|
||||
},
|
||||
error: function(xhr) {
|
||||
if (xhr.responseJSON['assets.file']) {
|
||||
|
|
Loading…
Reference in a new issue