CHANGE_UI_FIX - VADIVEL J 2025-09-09

This commit is contained in:
vadivelJ96 2025-09-09 15:51:07 +05:30
parent c197036cce
commit 813f99af2b

View File

@ -343,6 +343,8 @@ $('.btnBack').click(function() {
}
}
window.scrollTo({ top: 0, behavior: 'smooth' });
})
$("#branch_form").submit(function(event) {