diff --git a/app/Views/client_branch.php b/app/Views/client_branch.php index 7a14c3f3..33314cc9 100755 --- a/app/Views/client_branch.php +++ b/app/Views/client_branch.php @@ -343,6 +343,8 @@ $('.btnBack').click(function() { } } + window.scrollTo({ top: 0, behavior: 'smooth' }); + }) $("#branch_form").submit(function(event) {