diff --git a/plugins/tps/birzha/components/offerForm/bank_transfer_pay.htm b/plugins/tps/birzha/components/offerForm/bank_transfer_pay.htm index addb74577..3086e10e6 100644 --- a/plugins/tps/birzha/components/offerForm/bank_transfer_pay.htm +++ b/plugins/tps/birzha/components/offerForm/bank_transfer_pay.htm @@ -34,4 +34,5 @@ - \ No newline at end of file + + \ No newline at end of file diff --git a/plugins/tps/birzha/components/offerForm/basket.htm b/plugins/tps/birzha/components/offerForm/basket.htm index 8bcca2653..b2fbabc54 100644 --- a/plugins/tps/birzha/components/offerForm/basket.htm +++ b/plugins/tps/birzha/components/offerForm/basket.htm @@ -103,4 +103,6 @@ - \ No newline at end of file + + + \ No newline at end of file diff --git a/plugins/tps/birzha/components/offerForm/second_step_form.htm b/plugins/tps/birzha/components/offerForm/second_step_form.htm index 49265734f..969e9aa01 100644 --- a/plugins/tps/birzha/components/offerForm/second_step_form.htm +++ b/plugins/tps/birzha/components/offerForm/second_step_form.htm @@ -157,3 +157,4 @@ + diff --git a/themes/birzha/assets/js/scrollTopOnSteps.js b/themes/birzha/assets/js/scrollTopOnSteps.js new file mode 100644 index 000000000..938c33d68 --- /dev/null +++ b/themes/birzha/assets/js/scrollTopOnSteps.js @@ -0,0 +1,3 @@ +$(document).ready(function() { + $(document).scrollTop( 0 ); +}) \ No newline at end of file