Skip to content

Commit

Permalink
Don't update comment field background on saving a note
Browse files Browse the repository at this point in the history
  • Loading branch information
k-joseph committed Aug 19, 2015
1 parent fe915bb commit 3dc65ed
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions omod/src/main/webapp/fragments/searchSavingSection.gsp
Expand Up @@ -593,8 +593,6 @@
var priority = jq("#new-note-priority option:selected").text(); var priority = jq("#new-note-priority option:selected").text();
var backgroundColor = jq("#new-note-color option:selected").text(); var backgroundColor = jq("#new-note-color option:selected").text();
changeNotesBgColor("#new-comment-or-note", "white");
if(searchPhrase && patientId && comment) { if(searchPhrase && patientId && comment) {
jq.ajax({ jq.ajax({
type: "POST", type: "POST",
Expand Down

0 comments on commit 3dc65ed

Please sign in to comment.