mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
Don't show custom header on mobile view
This commit is contained in:
parent
731fd6a4ff
commit
5071d71294
1 changed files with 3 additions and 1 deletions
|
@ -30,7 +30,9 @@
|
|||
<body>
|
||||
<!--[if IE 9]><script type="text/javascript">ie = "new";</script><![endif]-->
|
||||
|
||||
<%=SiteCustomization.custom_header(session[:preview_style])%>
|
||||
<% unless mobile_view? %>
|
||||
<%= SiteCustomization.custom_header(session[:preview_style]) %>
|
||||
<% end %>
|
||||
<section id='main'>
|
||||
</section>
|
||||
|
||||
|
|
Loading…
Reference in a new issue