supdegrave / meteor-evm

Event Volunteer Management system, built using meteor.js
2 stars 1 forks source link

Admin page: clicking any modal trigger displays unrelated modal dialogs. #13

Closed supdegrave closed 9 years ago

supdegrave commented 9 years ago

Repro:

MonkeyDo commented 9 years ago

Cannot reproduce. On my machine, only one modal appears - the right one, too.

Could you post the output of the console log I added? Mine is $(event.currentTarget).data('target') : #updateaccount when clicking on edit icon and $(event.currentTarget).data('target') : #infoaccount when clicking on info icon.

MonkeyDo commented 9 years ago

As of commit 20b8f9142ada4d8f73100d4734db5fa6b6c51949, this should be fixed. Closing it now; feel free to reopen if this comes up again.