FozAhm / quill

📝 Registration, for hackathons!
https://medium.com/hackmit-stories/quill-an-open-source-hackathon-registration-system-91f3a06d22a2
GNU Affero General Public License v3.0
2 stars 1 forks source link

Extra user information does not pop up #42

Open alvyn279 opened 5 years ago

alvyn279 commented 5 years ago

When in God Mode, the behaviour when clicking on a row of the Users list is unexpected.

The click should open a modal with the complete user information. This information includes the date of registration of the user (#41).

Console log error:

image

alvyn279 commented 5 years ago

Similar issue is observed here: https://github.com/Semantic-Org/Semantic-UI/issues/6163

It seems that jquery-slim does not have the animated pseudo. Modifying the loaded jquery library in the DOM from jquery-slim to jquery-min seems to solve the modal issue. Will test further to see if this affects anything else.