ctrlo / GADS

Globally Accessible Data Store
GNU Affero General Public License v3.0
4 stars 8 forks source link

Fix for scoping error on AJAX request #408

Closed droberts-ctrlo closed 1 month ago

droberts-ctrlo commented 2 months ago

Found ajax function was using function keyword rather than arrow function, meaning that the scoping was changing the scope of the this variable.