Skip to content

Commit

Permalink
this was already done, we can remove the default setting on the form …
Browse files Browse the repository at this point in the history
…controller now
  • Loading branch information
fredkingham committed Jul 5, 2016
1 parent 384431b commit fc77963
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions elcid/assets/js/elcid/controllers/clinical_advice_form.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ angular.module('opal.controllers').controller(
function getCopy(item){
var copy = item.makeCopy();
var defaults = _.clone({
when: new Date(),
initials: $window.initials,
reason_for_interaction: $cookieStore.get(REASON_FOR_INTERACTION_COOKIE),
discussed_with: $cookieStore.get(DISCUSSED_WITH_COOKIE)
});
Expand Down

0 comments on commit fc77963

Please sign in to comment.