Ticket #295 (closed defect: duplicate)
Investigate Link Issues (relative<->absolute conversions, stripBase)
| Reported by: | niko | Owned by: | gogo |
|---|---|---|---|
| Priority: | normal | Milestone: | Version 1.0 |
| Component: | Xinha Core | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
do we really need fixRelatvieLinks here?
@@ -4144,7 +4147,6 @@
var nullRE = new RegExp('((href|src|background)=[\'"])/+', 'gi');
html = html.replace(nullRE, '$1' + location.href.replace(/(https?:\/\/[^\/]*)\/.*/, '$1') + '/');
- html = this.fixRelativeLinks(html);
return html;
}
Change History
Note: See
TracTickets for help on using
tickets.
