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

Commit

Permalink
Merge pull request #6 from simonarnell/bugfixes/surveyjs-cdn
Browse files Browse the repository at this point in the history
Bugfixes/surveyjs cdn
  • Loading branch information
simonarnell authored Jul 7, 2022
2 parents d4e3cd4 + 82de0a1 commit 6482b27
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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>

0 comments on commit 6482b27

Please sign in to comment.