JS conf picture URL try 2

This commit is contained in:
Michael Ball 2019-12-17 01:59:42 -08:00
parent ccc9e9c98e
commit 94168ec23e

View file

@ -80,6 +80,6 @@
cell_size: 100,
x_colors: triangle_colors
});
$('#banner').css('background-image', "'url(\"#{@conference.picture_url\")'");
$('#banner').css('background-image', "'url(#{@conference.picture_url)'");
});
});