Skip to content

Commit

Permalink
fix (author): quote adjust in source transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
santanche committed Aug 29, 2020
1 parent 616ecf0 commit 9fd7d24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/adonisjs/public/infra/dcc-common-server-proxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ class DCCCommonServer {
specialty: document.getElementById('specialty').value,
keywords: document.getElementById('keywords').value,
source: document.getElementById('case_source').value
.replace(/\\"/gm, '"')
}
}

Expand Down

0 comments on commit 9fd7d24

Please sign in to comment.