Skip to content

Commit

Permalink
fix: lost variable declaration and assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
rivexe committed Mar 20, 2024
1 parent 25abd45 commit 9bdfdf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,7 @@
};

OCA.Onlyoffice.editorSetRequested = function (filePath) {
let documentSelectionType = this.documentSelectionType;
$.get(OC.generateUrl("apps/" + OCA.Onlyoffice.AppName + "/ajax/url?filePath={filePath}",
{
filePath: filePath
Expand Down

0 comments on commit 9bdfdf5

Please sign in to comment.