- Issue created by @demilua
The function trim() is deprecated in jQuery version 3.5. Since Drupal 11 uses jQuery 4, this needs to be fixed. https://api.jquery.com/jQuery.trim/
replace $.trim() with String.prototype.trim() in /file_resup/js/file-resup.js:146
Active
2.0
Code