Skip to content

Commit dab8934

Browse files
committed
24.5.3 release
1 parent 7b523e5 commit dab8934

File tree

5 files changed

+333
-333
lines changed

5 files changed

+333
-333
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
fail-fast: false
3434
matrix:
35-
language: [ 'java', 'javascript' ]
35+
language: [ 'javascript' ]
3636
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
3737
# Learn more about CodeQL language support at https://git.io/codeql-language-support
3838

.github/workflows/stale.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
repo-token: ${{ secrets.GITHUB_TOKEN }}
2424
stale-issue-message: 'This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. See [the FAQ](https://github.com/jgraph/drawio/wiki/Stale-bot-FAQ) for more information.'
2525
stale-pr-message: 'This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. See [the FAQ](https://github.com/jgraph/drawio/wiki/Stale-bot-FAQ) for more information.'
26-
stale-issue-label: 'wonfix'
27-
stale-pr-label: 'wonfix'
26+
stale-issue-label: 'wontfix'
27+
stale-pr-label: 'wontfix'
2828
close-issue-label: 'declined'
2929
days-before-stale: 300
3030
days-before-close: 60

src/main/webapp/js/diagramly/GitLabFile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ GitLabFile.prototype.getFolderUrl = function()
3939
GitLabFile.prototype.share = function()
4040
{
4141
this.ui.editor.graph.openLink(DRAWIO_GITLAB_URL + '/' +
42-
encodeURIComponent(this.meta.org) + '/' +
43-
encodeURIComponent(this.meta.repo) +'/-/project_members');
42+
this.meta.org + '/' + encodeURIComponent(this.meta.repo) +
43+
'/-/project_members');
4444
};
4545

4646
/**

src/main/webapp/js/integrate.min.js

Lines changed: 164 additions & 164 deletions
Large diffs are not rendered by default.

src/main/webapp/js/stencils.min.js

Lines changed: 164 additions & 164 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)