Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
And0r- committed Dec 15, 2023
1 parent 242ee86 commit 855d267
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 855d267

Please sign in to comment.