|
|
|
@ -190,4 +190,7 @@ $("a.more_information-close").click(function () { |
|
|
|
$(".question-well").click(function () { |
|
|
|
$(".question-well").removeClass('hasFocus'); |
|
|
|
$(this).addClass('hasFocus'); |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
// kills the spinner when the back button is pressed
|
|
|
|
window.onunload = function () { }; |