Fix a typo
This commit is contained in:
parent
82906c7cd7
commit
ea484bb357
@ -393,7 +393,7 @@ var documentsMain = {
|
|||||||
function (result) {
|
function (result) {
|
||||||
if (!result || result.status === 'error') {
|
if (!result || result.status === 'error') {
|
||||||
if (result && result.message){
|
if (result && result.message){
|
||||||
documentsMain.IU.notify(result.message);
|
documentsMain.UI.notify(result.message);
|
||||||
}
|
}
|
||||||
documentsMain.onEditorShutdown(t('richdocuments', 'Failed to aquire access token. Please re-login and try again.'));
|
documentsMain.onEditorShutdown(t('richdocuments', 'Failed to aquire access token. Please re-login and try again.'));
|
||||||
return;
|
return;
|
||||||
@ -755,7 +755,7 @@ var documentsMain = {
|
|||||||
function(result) {
|
function(result) {
|
||||||
if (result && result.status === 'error') {
|
if (result && result.status === 'error') {
|
||||||
if (result.message){
|
if (result.message){
|
||||||
documentsMain.IU.notify(result.message);
|
documentsMain.UI.notify(result.message);
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user