Skip to content
Snippets Groups Projects
Commit a56396ae authored by Eliott Sammier's avatar Eliott Sammier
Browse files

switch to panelless theme

parent 536c76c7
Branches
No related tags found
No related merge requests found
......@@ -33,4 +33,8 @@ $(function () {
console.log(options)
});
// Apply theme
survey.applyTheme(SurveyTheme.DefaultLightPanelless);
// Inflate the survey in the page
$("#surveyContainer").Survey({ model: survey });
});
......@@ -10,6 +10,7 @@
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<link href="https://unpkg.com/survey-jquery/defaultV2.min.css" type="text/css" rel="stylesheet">
<script type="text/javascript" src="/survey.jquery.min.js"></script>
<script type="text/javascript" src="https://unpkg.com/survey-core/themes/default-light-panelless.min.js"></script>
{{- $quizjs := resources.Get "quiz.js" -}}
<script type="text/javascript" src="{{- $quizjs.RelPermalink -}}"> </script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment