Skip to content

Commit

Permalink
Update find_patient.js
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmiller committed Mar 29, 2016
1 parent b9844ac commit 23f7750
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pathway/static/js/pathway/controllers/find_patient.js
Expand Up @@ -35,7 +35,6 @@ controllers.controller('FindPatientCtrl',
vm.new_patient = function(result){
vm.state = 'editing_demographics';
vm.demographics.hospital_number = vm.hospital_number;
focus('input[name="patient_demographics[0]_first_name"]');
};

vm.new_for_patient = function(patient){
Expand Down

0 comments on commit 23f7750

Please sign in to comment.