ColeTownsend/Balzac-for-Jekyll

div.overlay fade in scripts.js fails due to background-image: processing on Firefox

kzurell opened this issue · 0 comments

Firefox adds quotes to the background-image: url() value.
The .substring extraction in scripts.js fails, and the fade animation doesn't take place.
Have replaced with a RegExp() that captures the URL. Will submit a pull request.