Run glavred plugin in sailfish version on check orthography

This commit is contained in:
Oleg Korshul 2019-03-13 14:05:05 +03:00
parent 2592bffef1
commit 975365d24d

View file

@ -376,7 +376,7 @@ define([
onOrthographyCheck: function (e) { onOrthographyCheck: function (e) {
this.hideModal(); this.hideModal();
// TODO: Do check of orthography this.api && this.api.asc_pluginRun("asc.{B631E142-E40B-4B4C-90B9-2D00222A286E}", 0);
}, },
onTrackChanges: function(e) { onTrackChanges: function(e) {