-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #146 from imi-ms/144-update-resource-version-to-32…
…0-to-prevent-caching-issues Adjusted all resource usages to use v3.2.0
- Loading branch information
Showing
9 changed files
with
91 additions
and
140 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,59 +1,59 @@ | ||
<th:block layout:fragment="adminJS"> | ||
<script defer th:src="@{/js/helper/dialog.js?version=3.0}"></script> | ||
<script defer th:src="@{/js/helper/dragNDropList.js?version=3.0}"></script> | ||
<script defer th:src="@{/js/helper/image.js?version=3.0}"></script> | ||
<script defer th:src="@{/js/application.js?version=3.0}"></script> | ||
<script defer th:src="@{/js/helper/localization.js?version=3.0}"></script> | ||
<script defer th:src="@{/js/mobile/helper/pseudonymization.js?version=3.0}"></script> | ||
<script defer th:src="@{/js/mobile/survey/model/answer.js?version=3.0}"></script> | ||
<script defer th:src="@{/js/mobile/survey/model/bundle.js?version=3.0}"></script> | ||
<script defer th:src="@{/js/mobile/survey/model/bundleQuestionnaire.js?version=3.0}"></script> | ||
<script defer th:src="@{/js/mobile/survey/model/question.js?version=3.0}"></script> | ||
<script defer th:src="@{/js/mobile/survey/model/questionnaire.js?version=3.0}"></script> | ||
<script defer th:src="@{/js/mobile/survey/model/condition.js?version=3.0}"></script> | ||
<script defer th:src="@{/js/helper/dialog.js?version=3.2.0}"></script> | ||
<script defer th:src="@{/js/helper/dragNDropList.js?version=3.2.0}"></script> | ||
<script defer th:src="@{/js/helper/image.js?version=3.2.0}"></script> | ||
<script defer th:src="@{/js/application.js?version=3.2.0}"></script> | ||
<script defer th:src="@{/js/helper/localization.js?version=3.2.0}"></script> | ||
<script defer th:src="@{/js/mobile/helper/pseudonymization.js?version=3.2.0}"></script> | ||
<script defer th:src="@{/js/mobile/survey/model/answer.js?version=3.2.0}"></script> | ||
<script defer th:src="@{/js/mobile/survey/model/bundle.js?version=3.2.0}"></script> | ||
<script defer th:src="@{/js/mobile/survey/model/bundleQuestionnaire.js?version=3.2.0}"></script> | ||
<script defer th:src="@{/js/mobile/survey/model/question.js?version=3.2.0}"></script> | ||
<script defer th:src="@{/js/mobile/survey/model/questionnaire.js?version=3.2.0}"></script> | ||
<script defer th:src="@{/js/mobile/survey/model/condition.js?version=3.2.0}"></script> | ||
</th:block> | ||
|
||
<th:block layout:fragment="adminCSS"> | ||
<link rel="stylesheet" th:href="@{/css/admin/dataTables.css?version=3.0}" /> | ||
<link rel="stylesheet" th:href="@{/css/admin/elements.css?version=3.0}" /> | ||
<link rel="stylesheet" th:href="@{/css/admin/error.css?version=3.0}" /> | ||
<link rel="stylesheet" th:href="@{/css/admin/footer.css?version=3.0}" /> | ||
<link rel="stylesheet" th:href="@{/css/admin/header.css?version=3.0}" /> | ||
<link rel="stylesheet" th:href="@{/css/admin/layout.css?version=3.0}" /> | ||
<link rel="stylesheet" th:href="@{/css/admin/mapping.css?version=3.0}" /> | ||
<link rel="stylesheet" th:href="@{/css/admin/iconpicker.css?version=3.0}" /> | ||
<link rel="stylesheet" th:href="@{/css/admin/dataTables.css?version=3.2.0}" /> | ||
<link rel="stylesheet" th:href="@{/css/admin/elements.css?version=3.2.0}" /> | ||
<link rel="stylesheet" th:href="@{/css/admin/error.css?version=3.2.0}" /> | ||
<link rel="stylesheet" th:href="@{/css/admin/footer.css?version=3.2.0}" /> | ||
<link rel="stylesheet" th:href="@{/css/admin/header.css?version=3.2.0}" /> | ||
<link rel="stylesheet" th:href="@{/css/admin/layout.css?version=3.2.0}" /> | ||
<link rel="stylesheet" th:href="@{/css/admin/mapping.css?version=3.2.0}" /> | ||
<link rel="stylesheet" th:href="@{/css/admin/iconpicker.css?version=3.2.0}" /> | ||
</th:block> | ||
|
||
<th:block layout:fragment="mobileCSS"> | ||
<link rel="stylesheet" th:href="@{/css/mobile/layout.css?version=3.0}" /> | ||
<link rel="stylesheet" th:href="@{/css/mobile/style.css?version=3.0}" /> | ||
<link rel="stylesheet" th:href="@{/css/mobile/survey.css?version=3.0}" /> | ||
<link rel="stylesheet" th:href="@{/css/mobile/layout.css?version=3.2.0}" /> | ||
<link rel="stylesheet" th:href="@{/css/mobile/style.css?version=3.2.0}" /> | ||
<link rel="stylesheet" th:href="@{/css/mobile/survey.css?version=3.2.0}" /> | ||
</th:block> | ||
|
||
<th:block layout:fragment="mobileJS"> | ||
<script th:src="@{/js/mobile/helper/login.js?version=3.0}"></script> | ||
<script th:src="@{/js/mobile/helper/user.js?version=3.0}"></script> | ||
<script th:src="@{/js/mobile/helper/footer.js?version=3.0}"></script> | ||
<script th:src="@{/js/mobile/helper/pseudonymization.js?version=3.0}"></script> | ||
<script th:src="@{/js/mobile/helper/survey/mobileApplication.js?version=3.0}"></script> | ||
<script th:src="@{/js/mobile/helper/login.js?version=3.2.0}"></script> | ||
<script th:src="@{/js/mobile/helper/user.js?version=3.2.0}"></script> | ||
<script th:src="@{/js/mobile/helper/footer.js?version=3.2.0}"></script> | ||
<script th:src="@{/js/mobile/helper/pseudonymization.js?version=3.2.0}"></script> | ||
<script th:src="@{/js/mobile/helper/survey/mobileApplication.js?version=3.2.0}"></script> | ||
|
||
<script th:src="@{/js/mobile/survey/selectBundle.js?version=3.0}"></script> | ||
<script th:src="@{/js/mobile/survey/selectBundle.js?version=3.2.0}"></script> | ||
|
||
<script th:src="@{/js/mobile/survey/helpMode.js?version=3.0}"></script> | ||
<script th:src="@{/js/mobile/helper/survey/questionStyleEnhancer.js?version=3.0}"></script> | ||
<script th:src="@{/js/mobile/survey/survey.js?version=3.0}"></script> | ||
<script th:src="@{/js/mobile/survey/navigation.js?version=3.0}"></script> | ||
<script th:src="@{/js/mobile/survey/selector.js?version=3.0}"></script> | ||
<script th:src="@{/js/mobile/survey/model/encounter.js?version=3.0}"></script> | ||
<script th:src="@{/js/mobile/survey/model/bundle.js?version=3.0}"></script> | ||
<script th:src="@{/js/mobile/survey/model/questionnaire.js?version=3.0}"></script> | ||
<script th:src="@{/js/mobile/survey/model/bundleQuestionnaire.js?version=3.0}"></script> | ||
<script th:src="@{/js/mobile/survey/model/question.js?version=3.0}"></script> | ||
<script th:src="@{/js/mobile/survey/model/answer.js?version=3.0}"></script> | ||
<script th:src="@{/js/mobile/survey/model/condition.js?version=3.0}"></script> | ||
<script th:src="@{/js/mobile/survey/model/configuration.js?version=3.0}"></script> | ||
<script th:src="@{/js/mobile/survey/model/response.js?version=3.0}"></script> | ||
<script th:src="@{/js/mobile/survey/model/pointOnImage.js?version=3.0}"></script> | ||
<script th:src="@{/js/mobile/helper/survey/stepsizeRounding.js?version=3.0}"></script> | ||
<script th:src="@{/js/mobile/helper/selector/freeTextCleaner.js?version=3.0}"></script> | ||
<script th:src="@{/js/mobile/survey/helpMode.js?version=3.2.0}"></script> | ||
<script th:src="@{/js/mobile/helper/survey/questionStyleEnhancer.js?version=3.2.0}"></script> | ||
<script th:src="@{/js/mobile/survey/survey.js?version=3.2.0}"></script> | ||
<script th:src="@{/js/mobile/survey/navigation.js?version=3.2.0}"></script> | ||
<script th:src="@{/js/mobile/survey/selector.js?version=3.2.0}"></script> | ||
<script th:src="@{/js/mobile/survey/model/encounter.js?version=3.2.0}"></script> | ||
<script th:src="@{/js/mobile/survey/model/bundle.js?version=3.2.0}"></script> | ||
<script th:src="@{/js/mobile/survey/model/questionnaire.js?version=3.2.0}"></script> | ||
<script th:src="@{/js/mobile/survey/model/bundleQuestionnaire.js?version=3.2.0}"></script> | ||
<script th:src="@{/js/mobile/survey/model/question.js?version=3.2.0}"></script> | ||
<script th:src="@{/js/mobile/survey/model/answer.js?version=3.2.0}"></script> | ||
<script th:src="@{/js/mobile/survey/model/condition.js?version=3.2.0}"></script> | ||
<script th:src="@{/js/mobile/survey/model/configuration.js?version=3.2.0}"></script> | ||
<script th:src="@{/js/mobile/survey/model/response.js?version=3.2.0}"></script> | ||
<script th:src="@{/js/mobile/survey/model/pointOnImage.js?version=3.2.0}"></script> | ||
<script th:src="@{/js/mobile/helper/survey/stepsizeRounding.js?version=3.2.0}"></script> | ||
<script th:src="@{/js/mobile/helper/selector/freeTextCleaner.js?version=3.2.0}"></script> | ||
</th:block> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.