mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-13 18:45:43 +05:00
parent
0005b933e9
commit
38b20e8417
@ -2,7 +2,9 @@ define([
|
||||
'/common/common-util.js',
|
||||
'/customize/messages.js'
|
||||
], function (Util, Messages) {
|
||||
var Export = {};
|
||||
var Export = {
|
||||
ext: '.json'
|
||||
};
|
||||
|
||||
var escapeCSV = function (v) {
|
||||
if (!/("|,|\n|;)/.test(v)) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user