backdrop-contrib / flag

Flag module for Backdrop CMS
0 stars 11 forks source link

jQuery.trim() is deprecated #49

Open laryn opened 6 months ago

laryn commented 6 months ago

https://api.jquery.com/jQuery.trim/

Note: This API has been deprecated in jQuery 3.5; please use the native String.prototype.trim method instead. Unlike jQuery.trim, String.prototype.trim does not work with types other than strings (null, undefined, Number). Make sure that your code is compatible when migrating.

https://github.com/backdrop-contrib/flag/blob/1.x-1.x/js/flag.js#L203

laryn commented 6 months ago

I've linked a PR for review.