Skip to content
Snippets Groups Projects
Commit 5476001c authored by Giuseppe Lo Presti's avatar Giuseppe Lo Presti Committed by Michal Kolodziejski
Browse files

Do not display popups in appliance mode

parent 6c3a7af4
No related tags found
No related merge requests found
Pipeline #4357025 failed
......@@ -257,8 +257,10 @@
</div>
</div>
</div>
<%- include('../shared/refresh-modal') %>
<%- include('../shared/signin-modal') %>
<%- include('../shared/help-modal') %>
<%- include('../shared/revision-modal') %>
<%- include('../shared/pandoc-export-modal') %>
<% if (!applianceMode) { %>
<%- include(../shared/refresh-modal) %>
<%- include(../shared/signin-modal) %>
<%- include(../shared/help-modal) %>
<%- include(../shared/revision-modal) %>
<%- include(../shared/pandoc-export-modal) %>
<% } %>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment