Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Bugfixes/surveyjs cdn #6

Merged
merged 2 commits into from
Jul 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="resources/css/gdprdpiat.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="https://surveyjs.azureedge.net/0.12.17/survey.jquery.min.js"></script>
<script type="text/javascript" src="https://unpkg.com/survey-jquery"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-127874216-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
Expand Down Expand Up @@ -44,6 +44,6 @@
<h1>EU General Data Protection Regulation (GDPR) Data Protection Impact Assessment (DPIA) Tool</h1>
</header>
<main id="dpiat"></main>
<footer class="footer">Copyright (c) 2020 <a href="https://simonarnell.github.io/">Simon Arnell</a> - Licensed under the <a href="https://github.com/simonarnell/GDPRDPIAT/blob/master/LICENSE.md">MIT License</a></footer>
<footer class="footer">Copyright (c) 2022 <a href="https://simonarnell.github.io/">Simon Arnell</a> - Licensed under the <a href="https://github.com/simonarnell/GDPRDPIAT/blob/master/LICENSE.md">MIT License</a></footer>
</body>
</html>
2 changes: 1 addition & 1 deletion resources/js/survey.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Survey.defaultBootstrapCss.navigationButton = "btn btn-primary";
Survey.Survey.cssType = "bootstrap";
Survey.StylesManager.applyTheme("bootstrap")

$(document).ready(function() {
$.getJSON("resources/data/questions.json", function(json) {
Expand Down
2 changes: 1 addition & 1 deletion results.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ <h1>EU General Data Protection Regulation (GDPR) Data Protection Impact Assessme
<h2>Results</h2>
</article>
</main>
<footer class="footer">Copyright (c) 2020 <a href="https://simonarnell.github.io/">Simon Arnell</a> - Licensed under the <a href="https://github.com/simonarnell/GDPRDPIAT/blob/master/LICENSE.md">MIT License</a></footer>
<footer class="footer">Copyright (c) 2022 <a href="https://simonarnell.github.io/">Simon Arnell</a> - Licensed under the <a href="https://github.com/simonarnell/GDPRDPIAT/blob/master/LICENSE.md">MIT License</a></footer>
</body>
</html>