ady624 / webCoRE

webCoRE is a web version of CoRE
GNU General Public License v3.0
251 stars 984 forks source link

Updates for HE #77

Closed imnotbob closed 5 years ago

idpaterson commented 5 years ago

The original app.js, for whatever reason, had a mix of LF and CRLF line terminators. It's quite a hassle to deal with a file like that. I used git diff --ignore-cr-at-eol to create what should be a minimal patch of the changes in this pull request. Please review (git apply he-patch-4.diff.txt) and commit the isolated changes without all of the line ending changes to the existing pull request #78 if it looks correct.

he-patch-4.diff.txt