brunoborges / webfx

WebFX runs FXML and Javascript based JavaFX applications remotely
Other
129 stars 30 forks source link

Fix for unnecessary opening HTML content in a new tab. #14

Closed pjBooms closed 9 years ago

pjBooms commented 9 years ago

Now, if an HTML page has a link to HTML page which URL does not end with .html, .htm, new HTMLTab is opened that looks very weird. For instance all pages of fosdem.org have no extensions at all, so if you try to browse them then you get a new tab for each(!) click on a link. This patch fixes it.

brunoborges commented 9 years ago

Thanks @pjBooms !!