From 94168ec23e12c4884767f099ae39dea6d0492939 Mon Sep 17 00:00:00 2001 From: Michael Ball Date: Tue, 17 Dec 2019 01:59:42 -0800 Subject: [PATCH] JS conf picture URL try 2 --- app/views/conferences/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/conferences/show.html.haml b/app/views/conferences/show.html.haml index 883b75d2..ba8ca711 100644 --- a/app/views/conferences/show.html.haml +++ b/app/views/conferences/show.html.haml @@ -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)'"); }); });