- Timestamp:
- 2013-05-07T14:01:42+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/help/HelpBrowser.java
r5923 r5938 584 584 if (e.getEventType() != HyperlinkEvent.EventType.ACTIVATED) 585 585 return; 586 if (e.getURL() == null ) {586 if (e.getURL() == null || e.getURL().toString().startsWith(url+"#")) { 587 587 // Probably hyperlink event on a an A-element with a href consisting of 588 588 // a fragment only, i.e. "#ALocalFragment".
Note:
See TracChangeset
for help on using the changeset viewer.