Fix Bug 72286

This commit is contained in:
Julia Radzhabova
2024-12-24 19:09:28 +03:00
parent 2e469e0ff6
commit e944e627f7
5 changed files with 5 additions and 0 deletions

View File

@ -114,6 +114,7 @@ define([
config && !!config.feedback && !!config.feedback.url ?
window.open(config.feedback.url) :
window.open('{{SUPPORT_URL}}');
Common.NotificationCenter.trigger('edit:complete', this);
}, this));
/** coauthoring begin **/

View File

@ -109,6 +109,7 @@ define([
config && !!config.feedback && !!config.feedback.url ?
window.open(config.feedback.url) :
window.open('{{SUPPORT_URL}}');
Common.NotificationCenter.trigger('edit:complete', this);
}, this));
/** coauthoring begin **/

View File

@ -124,6 +124,7 @@ define([
config && !!config.feedback && !!config.feedback.url ?
window.open(config.feedback.url) :
window.open('{{SUPPORT_URL}}');
Common.NotificationCenter.trigger('edit:complete', this);
}, this));
/** coauthoring begin **/

View File

@ -101,6 +101,7 @@ define([
config && !!config.feedback && !!config.feedback.url ?
window.open(config.feedback.url) :
window.open('{{SUPPORT_URL}}');
Common.NotificationCenter.trigger('edit:complete', this);
}, this));
/** coauthoring begin **/

View File

@ -104,6 +104,7 @@ define([
config && !!config.feedback && !!config.feedback.url ?
window.open(config.feedback.url) :
window.open('{{SUPPORT_URL}}');
Common.NotificationCenter.trigger('edit:complete', this);
}, this));
this.btnChat = new Common.UI.Button({