Reinit tooltips after cancel/save step

Closes SCI-2891.
This commit is contained in:
Jure Grabnar 2019-01-08 15:36:44 +01:00
parent 00a3b8b94e
commit fe46f9c9fe

View file

@ -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']) {