v1.4.1 (Forgot to update the version #)
This commit is contained in:
parent
6c20a69660
commit
ab93d9bcad
1 changed files with 2 additions and 2 deletions
|
|
@ -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+'",';
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue