open internal links

This commit is contained in:
Oleg Korshul 2017-03-23 12:16:40 +03:00
parent 7082f0a1ca
commit 9edc7d8051

View file

@ -193,7 +193,7 @@ define([
newDocumentPage.focus(); newDocumentPage.focus();
} }
} else } else
this.api.openInternalLink(url); this.api.asc_GoToInternalHyperlink(url);
}, },
_initMenu: function (stack) { _initMenu: function (stack) {