Samuel Georges f4b1c586bb Clicking a non-submit type link should allow event propagation
This is useful when an AJAX request link appears inside something like a dropdown. When the link is clicked, the dropdown should close like normal, however this is not the case since the value `false` is returned; so the expected behavior doesn't occur. As a solution, `false` is no longer returned, the default behavior on the event is prevented instead, allowing the propagation to proceed as normal.
2016-05-28 13:02:54 +10:00
..
2016-04-16 07:44:18 +10:00
2016-05-12 06:48:10 +10:00
2016-05-27 07:51:36 +10:00
2015-05-28 20:33:49 +10:00
2016-04-27 08:31:58 +01:00
2016-04-01 14:07:43 +11:00