Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: DESKTOP-E98Q6N0\And0r <[email protected]>
  • Loading branch information
And0r- committed Dec 15, 2023
1 parent bb4e313 commit 0e81576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/admin.elements.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ var files_elements = {
files_elements.files_pdf = $('#files_pdf');
files_elements.files_image = $('#files_image');
files_elements.files_audio = $('#files_audio');
files_elements.files_open_result_directly = $('#open_result_directly');
files_elements.files_open_result_directly = $('#files_open_result_directly');

files_elements.files_local.on('change', files_elements.updateSettings);
files_elements.files_external.on('change', files_elements.updateSettings);
Expand Down

0 comments on commit 0e81576

Please sign in to comment.