Ticket #880 (closed defect: invalid)
Support for https in popupURL
| Reported by: | guest | Owned by: | gogo |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Xinha Core | Version: | trunk |
| Severity: | normal | Keywords: | https popupURL |
| Cc: |
Description
popupURL doesn't support https when the URL is absolute.
Changing
} else if (file.substring(0, 7).toLowerCase() == "http://") {
by
} else if (file.substring(0, 1) == "/"
worked for me and added support for / as the starting point for the popup URL.
My 2 cents
Change History
Note: See
TracTickets for help on using
tickets.
