From 975365d24d4223f7dd1f8ddf379351f6144d8ef9 Mon Sep 17 00:00:00 2001 From: Oleg Korshul Date: Wed, 13 Mar 2019 14:05:05 +0300 Subject: [PATCH] Run glavred plugin in sailfish version on check orthography --- apps/documenteditor/mobile/app/controller/Settings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/documenteditor/mobile/app/controller/Settings.js b/apps/documenteditor/mobile/app/controller/Settings.js index 2ba298624..45b2ee365 100644 --- a/apps/documenteditor/mobile/app/controller/Settings.js +++ b/apps/documenteditor/mobile/app/controller/Settings.js @@ -376,7 +376,7 @@ define([ onOrthographyCheck: function (e) { this.hideModal(); - // TODO: Do check of orthography + this.api && this.api.asc_pluginRun("asc.{B631E142-E40B-4B4C-90B9-2D00222A286E}", 0); }, onTrackChanges: function(e) {