Bug fix of Issue #51. Hosting Mantis on HTTPS gave wrong href links in edit view.
When hosting Mantis on a HTTPS server and configuring the ServerHostName in config.js as Mantis.ServerHostname = "https://my.host/mantis", the title link into Mantis for an issue shown in the "View Issue" right side popup are wrong.
The edit-story-title HTML item will show a faulty href to "https//my.host/mantis" (tested in Firefox).
This fix removes the "http://" from target since it is specified by the Mantis.ServerHostname .
Bug fix of Issue #51. Hosting Mantis on HTTPS gave wrong href links in edit view.
When hosting Mantis on a HTTPS server and configuring the ServerHostName in config.js as Mantis.ServerHostname = "https://my.host/mantis", the title link into Mantis for an issue shown in the "View Issue" right side popup are wrong.
The edit-story-title HTML item will show a faulty href to "https//my.host/mantis" (tested in Firefox).
This fix removes the "http://" from target since it is specified by the Mantis.ServerHostname .