]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Fixed regression in bookmark.js that caused double-submits (jquery 2.x stuff)
authorMikael Nordfeldth <mmn@hethane.se>
Mon, 23 Sep 2013 10:07:37 +0000 (12:07 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Mon, 23 Sep 2013 10:07:37 +0000 (12:07 +0200)
commitf711f9ee7551ac0fe59f1cdc5a375d4825d93e3c
treed09ab3b19a1aa2f4d37bd710b5eaf8adcfbad3ff
parent50e611a1a9934ceae665ceb27a2765b48125b4f4
Fixed regression in bookmark.js that caused double-submits (jquery 2.x stuff)

In 6de3fc02173017f6fb46e8e86c87228c3d7237a0 bookmark.js was patched to
jquery 2.x (removed '.die' call) but unfortunately the 'submit' event
was attached to an input element instead of a form element (which got
a 'click' event).
plugins/Bookmark/js/bookmark.js