Break when hrefFunction has been executed.
This commit is contained in:
parent
4a43f9bcab
commit
210aed5197
1 changed files with 1 additions and 0 deletions
|
@ -776,6 +776,7 @@ public final class HopExtension {
|
||||||
if (obj == null)
|
if (obj == null)
|
||||||
throw new RuntimeException ("hrefFunction "+hrefFunction+" returned null");
|
throw new RuntimeException ("hrefFunction "+hrefFunction+" returned null");
|
||||||
basicHref = obj.toString ();
|
basicHref = obj.toString ();
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
funcElem = app.getParentElement (funcElem);
|
funcElem = app.getParentElement (funcElem);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue