diff --git a/edivorce/apps/core/static/js/main.js b/edivorce/apps/core/static/js/main.js index 0fa3a6cb..7b9001ad 100755 --- a/edivorce/apps/core/static/js/main.js +++ b/edivorce/apps/core/static/js/main.js @@ -190,4 +190,7 @@ $("a.more_information-close").click(function () { $(".question-well").click(function () { $(".question-well").removeClass('hasFocus'); $(this).addClass('hasFocus'); -}); \ No newline at end of file +}); + +// kills the spinner when the back button is pressed +window.onunload = function () { };