Skip to content

Commit

Permalink
Merge pull request #444 from ONLYOFFICE/hotfix/toggle-advanced-settings
Browse files Browse the repository at this point in the history
if jwt header is used, show advanced settings
  • Loading branch information
LinneyS authored Dec 15, 2023
2 parents f25d824 + 5fd9f3b commit 331866f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
};

if ($("#onlyofficeInternalUrl").val().length
|| $("#onlyofficeStorageUrl").val().length) {
|| $("#onlyofficeStorageUrl").val().length
|| $("#onlyofficeJwtHeader").val().length) {
advToogle();
}

Expand Down

0 comments on commit 331866f

Please sign in to comment.