2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-06-26 07:13:26 +00:00
nativefier/src
dlunny 64b4f8b2a5 Fixes the issue with "/"'s in the page title
This commit resolves an bug where the page title would cause a filepaths
issue due to it having a forward slash.

The code committed here uses a simple regular expression to find all
instances of forward slashes in the page title and replace them with an
empty string.

Resolves #22

For more on this, please see:
https://github.com/jiahaog/nativefier/issues/22
2016-01-20 16:54:54 -05:00
..
buildApp.js Make app package.json name to be kebab cased for robustness 2016-01-19 21:19:09 +08:00
cli.js Remove flag to show dev tools 2016-01-19 20:28:58 +08:00
options.js Fixes the issue with "/"'s in the page title 2016-01-20 16:54:54 -05:00