tigeorgia / shenmartav

Website for shenmartav.ge
GNU General Public License v2.0
3 stars 9 forks source link

JS event to change on the question page #189

Closed etiennebaque closed 10 years ago

etiennebaque commented 10 years ago

On this page http://chemiparlamenti.ge/en/questions/, when a user pass the mouse over a question in the question list, it refreshed the upper div accordingly. This can be confusing for the user who wants to select a specific question, then moves the pointer and get to pss over another question inadvertently.

Change the mouseover for an onclick event (or come up with a better solution that also makes sense)