mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
Fix Bug 72286
This commit is contained in:
@ -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 **/
|
||||
|
||||
@ -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 **/
|
||||
|
||||
@ -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 **/
|
||||
|
||||
@ -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 **/
|
||||
|
||||
@ -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({
|
||||
|
||||
Reference in New Issue
Block a user