Skip to content
Snippets Groups Projects
Commit a90dde57 authored by Jeff Sturek's avatar Jeff Sturek
Browse files

Bug fix: handle when kiosk_mode is not defined

parent d3764272
Branches
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ EIGHT_PM_MINUTES = 1200 # end time of calendar ...@@ -23,7 +23,7 @@ EIGHT_PM_MINUTES = 1200 # end time of calendar
<% <%
# hack since ipad not playing nice with dcf-grid # hack since ipad not playing nice with dcf-grid
if kiosk_mode if defined?(kiosk_mode) && kiosk_mode
section_class = 'dcf-width-100%' section_class = 'dcf-width-100%'
first_div_class = 'dcf-d-inline-block dcf-pr-4' first_div_class = 'dcf-d-inline-block dcf-pr-4'
first_div_style = 'width: 67%; vertical-align: top;' first_div_style = 'width: 67%; vertical-align: top;'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment