compdemocracy / polis

:milky_way: Open Source AI for large scale open ended feedback
https://pol.is
GNU Affero General Public License v3.0
719 stars 170 forks source link

Add missing jQuery require from facebook button #1718

Closed greenonion closed 8 months ago

greenonion commented 9 months ago

Hi all, thanks from the great work!

I've noticed that the Facebook login functionality is broken with the issue being that $ is undefined. Requiring the jQuery on top of the file seems to resolve the issue - however I'm not extremely experienced with JavaScript and there might be a better way to do that.

Let me know if I can help further.

ballPointPenguin commented 8 months ago

Good catch, thanks!