[DE] Refactoring

This commit is contained in:
Julia Radzhabova 2021-02-08 17:29:18 +03:00
parent a7be7f4d32
commit d3f8f5ddcb

View file

@ -271,7 +271,9 @@ define([
this.submitedTooltip = new Common.UI.SynchronizeTip({
text: this.view.textSubmited,
extCls: 'no-arrow',
target: $(document.body)
showLink: false,
target: $('#editor-container'),
placement: 'top'
});
this.submitedTooltip.on('closeclick', function () {
this.submitedTooltip.hide();