ORIENT/modules
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
..
backend Introduce two new dash widgets: welcome and active theme 2016-05-28 11:10:33 +10:00
cms Introduce two new dash widgets: welcome and active theme 2016-05-28 11:10:33 +10:00
system Clicking a non-submit type link should allow event propagation 2016-05-28 13:02:54 +10:00