Fixed total check, batch period and regenerated puzzle.

This commit is contained in:
Russell Beattie
2013-03-13 02:36:10 -07:00
parent 8a3c1ffd05
commit c7c4199b79
3 changed files with 5 additions and 3 deletions

View File

@@ -56,7 +56,7 @@ for (var i = 0; i < lines.length; i++) {
}
words[s].push({
word: ln[0],
def : ln[1].charAt(0).toUpperCase() + ln[1].substr(1) + '.'
def : ln[1]
});
}