Skip to content

Fixed that function help_page () does not work.

Michael Thomas Voity requested to merge github/fork/kazuhidet/master into master

Created by: kazuhidet

The correct logic of function help_page () is preparing a new tab in the browser and opening the specified HTML document there, but this function is not working on Safari, Chorome, Firefox, IE11. As a ad hoc fix, we opened a page directly specified using "window.location.href" in this function.

Merge request reports