]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Fix disappearing reply forms when closing geo section
authorBrion Vibber <brion@pobox.com>
Fri, 11 Mar 2011 00:29:13 +0000 (16:29 -0800)
committerBrion Vibber <brion@pobox.com>
Fri, 11 Mar 2011 00:29:13 +0000 (16:29 -0800)
commite43ee373ae2d92e6c2a5933264e276023c2640aa
treefa734ca72c64b0a42fa04ce4d1776943f03fac1f
parenteef9786e36dc8b22e3ee295e536697791b0f9069
Fix disappearing reply forms when closing geo section

Missing default-cancel in the click handler allowed the event to bubble up to the body handler, where we think the click is outside of the form because the target is no longer in the form by the time we check
Now the event no longer bubbles up, as we cancel it when we're done.
js/util.js
js/util.min.js