diff --git a/edivorce/apps/core/static/js/main.js b/edivorce/apps/core/static/js/main.js index 7b9001ad..0fb1ff98 100755 --- a/edivorce/apps/core/static/js/main.js +++ b/edivorce/apps/core/static/js/main.js @@ -192,5 +192,10 @@ $(".question-well").click(function () { $(this).addClass('hasFocus'); }); +// disable collapse for links in data-toggle elements +$('.no-collapse').on('click', function (e) { + e.stopPropagation(); +}); + // kills the spinner when the back button is pressed window.onunload = function () { }; diff --git a/edivorce/apps/core/templates/dashboard/print_form.html b/edivorce/apps/core/templates/dashboard/print_form.html index f91e7834..2f8a950d 100644 --- a/edivorce/apps/core/templates/dashboard/print_form.html +++ b/edivorce/apps/core/templates/dashboard/print_form.html @@ -23,7 +23,7 @@