Skip to content

Commit

Permalink
style: format files with pre-commit
Browse files Browse the repository at this point in the history
Refs HP-2696
  • Loading branch information
nicobav committed Dec 5, 2024
1 parent 2f9de85 commit 979e5eb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions pipelines/helsinki-profile-api-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
trigger: none

# Pull request (PR) triggers cause a pipeline to run whenever a pull request is
# opened with one of the specified target branches, or when updates are made to
# opened with one of the specified target branches, or when updates are made to
# such a pull request.
#
# GitHub creates a new ref when a pull request is created. The ref points to a
# merge commit, which is the merged code between the source and target branches
# GitHub creates a new ref when a pull request is created. The ref points to a
# merge commit, which is the merged code between the source and target branches
# of the pull request.
#
# Opt out of pull request validation
# Opt out of pull request validation
pr:
# PR target branch
branches:
Expand Down
2 changes: 1 addition & 1 deletion templates/admin/profiles/upload_json.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ <h2>Import profiles from JSON (Timmi structure)</h2>
</form>
</div>

<script type="text/javascript">
<script type="text/javascript">
document.getElementById("upload-json").addEventListener("submit", function(e) {
document.getElementById("submit-button").disabled = true
});
Expand Down

0 comments on commit 979e5eb

Please sign in to comment.