From 3dfa5069f94e9d369774580abef91f4287723482 Mon Sep 17 00:00:00 2001 From: Gopesh Tulsyan Date: Mon, 9 Jun 2014 21:37:09 +0530 Subject: [PATCH] Remove parent container class from splash content vis js --- app/views/conference/show.html.haml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/views/conference/show.html.haml b/app/views/conference/show.html.haml index cbadd6d3..22f7e638 100644 --- a/app/views/conference/show.html.haml +++ b/app/views/conference/show.html.haml @@ -7,3 +7,8 @@ %div#callforpapers = render 'call_for_papers' + +:javascript + $(document).ready(function(){ + $('#content').removeClass('container'); + });