Fix invalid function reference

This commit is contained in:
Cohee 2023-08-03 19:30:19 +03:00
parent 008d8fa6fc
commit bcffaec6a6
1 changed files with 1 additions and 1 deletions

View File

@ -104,5 +104,5 @@ function disableBulkSelect() {
*/
jQuery(async () => {
addButtons();
loadSettings();
// loadSettings();
});