mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-11 09:26:37 +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);
|
toggleButtons(true);
|
||||||
|
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
|
$.initTooltips();
|
||||||
initStepsComments();
|
initStepsComments();
|
||||||
initPreviewModal();
|
initPreviewModal();
|
||||||
SmartAnnotation.preventPropagation('.atwho-user-popover');
|
SmartAnnotation.preventPropagation('.atwho-user-popover');
|
||||||
|
@ -613,6 +614,7 @@
|
||||||
setupAssetsLoading();
|
setupAssetsLoading();
|
||||||
DragNDropSteps.clearFiles();
|
DragNDropSteps.clearFiles();
|
||||||
initPreviewModal();
|
initPreviewModal();
|
||||||
|
$.initTooltips();
|
||||||
},
|
},
|
||||||
error: function(xhr) {
|
error: function(xhr) {
|
||||||
if (xhr.responseJSON['assets.file']) {
|
if (xhr.responseJSON['assets.file']) {
|
||||||
|
|
Loading…
Reference in a new issue