Commit ac9efbc2 authored by Oleg Korshul's avatar Oleg Korshul

fix bug 34184

parent 71169c17
...@@ -5567,8 +5567,8 @@ background-repeat: no-repeat;\ ...@@ -5567,8 +5567,8 @@ background-repeat: no-repeat;\
this.sendEvent("asc_onHyperlinkClick", Url); this.sendEvent("asc_onHyperlinkClick", Url);
}; };
asc_docs_api.prototype.asc_GoToInternalHyperlink = function(){ asc_docs_api.prototype.asc_GoToInternalHyperlink = function(url)
{
for(var i = 0; i < this.SelectedObjectsStack.length; ++i){ for(var i = 0; i < this.SelectedObjectsStack.length; ++i){
if(this.SelectedObjectsStack[i].Type === c_oAscTypeSelectElement.Hyperlink){ if(this.SelectedObjectsStack[i].Type === c_oAscTypeSelectElement.Hyperlink){
var oHyperProp = this.SelectedObjectsStack[i].Value; var oHyperProp = this.SelectedObjectsStack[i].Value;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment