From ea484bb3575b5775fc4190b633c616ec41e747de Mon Sep 17 00:00:00 2001 From: Pranav Kant Date: Sun, 17 Jul 2016 21:07:59 +0530 Subject: [PATCH] Fix a typo --- js/documents.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/documents.js b/js/documents.js index 97b77343..218657ef 100644 --- a/js/documents.js +++ b/js/documents.js @@ -393,7 +393,7 @@ var documentsMain = { function (result) { if (!result || result.status === 'error') { 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.')); return; @@ -755,7 +755,7 @@ var documentsMain = { function(result) { if (result && result.status === 'error') { if (result.message){ - documentsMain.IU.notify(result.message); + documentsMain.UI.notify(result.message); } return; }