Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
branch restored
Browse files Browse the repository at this point in the history
  • Loading branch information
manaswinidas committed Mar 8, 2017
1 parent c9b1da1 commit 5a1b5b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/patients/edit/controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ export default AbstractEditController.extend(BloodTypes, DiagnosisActions, Retur
this._updateSequence(record).then(() => {
$('.message').show();
$('.message').text(this.get('i18n').t('patients.messages.savedPatient', record));
$(".message").delay(3000).fadeOut(100);
$('.message').delay(3000).fadeOut(100);
});
}

0 comments on commit 5a1b5b9

Please sign in to comment.