JS16_ProjectA icon indicating copy to clipboard operation
JS16_ProjectA copied to clipboard

Relative paths

Open sacdallago opened this issue 9 years ago • 0 comments

  1. Docs are loaded via relative path and not using __dirname which produces unexpected behaviors when launching the app not from within the same folder https://github.com/Rostlab/JS16_ProjectA/blob/master/startUp.js#L157
  2. Images are accessed via relative path, which makes images not load if application is not started from within the root app's folder https://github.com/Rostlab/JS16_ProjectA/blob/master/startUp.js#L160

Can be fixed in 2 minutes coding.

sacdallago avatar Aug 10 '16 02:08 sacdallago