Skip to content

Commit

Permalink
fixes issue #349
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander.farkas committed Feb 8, 2017
1 parent 5e2f98e commit 9619035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/unveilhooks/ls.unveilhooks.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For background images, use data-bg attribute:
var uniqueUrls = {};

if(document.addEventListener){
regBgUrlEscape = /\(|\)|'/;
regBgUrlEscape = /\(|\)|\s|'/;

bgLoad = function (url, cb){
var img = document.createElement('img');
Expand Down

0 comments on commit 9619035

Please sign in to comment.