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