[DE] Refactoring
This commit is contained in:
parent
a7be7f4d32
commit
d3f8f5ddcb
|
@ -271,7 +271,9 @@ define([
|
||||||
this.submitedTooltip = new Common.UI.SynchronizeTip({
|
this.submitedTooltip = new Common.UI.SynchronizeTip({
|
||||||
text: this.view.textSubmited,
|
text: this.view.textSubmited,
|
||||||
extCls: 'no-arrow',
|
extCls: 'no-arrow',
|
||||||
target: $(document.body)
|
showLink: false,
|
||||||
|
target: $('#editor-container'),
|
||||||
|
placement: 'top'
|
||||||
});
|
});
|
||||||
this.submitedTooltip.on('closeclick', function () {
|
this.submitedTooltip.on('closeclick', function () {
|
||||||
this.submitedTooltip.hide();
|
this.submitedTooltip.hide();
|
||||||
|
|
Loading…
Reference in a new issue