v1.4.1 (Forgot to update the version #)

This commit is contained in:
j0be 2017-02-08 10:35:31 -05:00 committed by GitHub
parent 6c20a69660
commit ab93d9bcad

View file

@ -1,5 +1,5 @@
var pd = {
version: '1.4.0',
version: '1.4.1',
bookmarkver: '1.1',
init : function() {
pd.checks.versions();
@ -266,7 +266,7 @@ var pd = {
return check.subs && check.gold && check.saved && check.mod && check.score && check.date;
},
csvEscape: function(str) {
return str.replace(/'/g,'"').replace(/"/g,'""');
return str.replace(/'/g,'`').replace(/"/g,'""');
},
csvCell: function(str) {
return '"'+str+'",';