Remove parent container class from splash content vis js
This commit is contained in:
parent
069cc0eb4c
commit
3dfa5069f9
1 changed files with 5 additions and 0 deletions
|
|
@ -7,3 +7,8 @@
|
||||||
%div#callforpapers
|
%div#callforpapers
|
||||||
= render 'call_for_papers'
|
= render 'call_for_papers'
|
||||||
|
|
||||||
|
|
||||||
|
:javascript
|
||||||
|
$(document).ready(function(){
|
||||||
|
$('#content').removeClass('container');
|
||||||
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue