22392b79999adc7cef6cbd004e2f651553cc78e0
1 $(document
).ready(function() {
3 // Instructs the browser to release the focus from buttons. Could be a Bootstrap bug.
5 $(".btn").mouseup(function() {
9 // Push the 'Actions' pane to the bottom on mobile
10 if ($('body').width() < 960) {
11 $("#actions").insertBefore("#charities");
13 $("#actions").insertAfter("#intro");