mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56:16 -04:00
ImportHandler: Use JSON.stringify()
to properly escape characters
This commit is contained in:
parent
ed80883709
commit
26b5a69ccc
2 changed files with 1 additions and 2 deletions
|
@ -171,7 +171,6 @@ const padimpexp = (() => {
|
|||
$('.disabledexport').click(cantExport);
|
||||
},
|
||||
handleFrameCall: (directDatabaseAccess, status) => {
|
||||
if (directDatabaseAccess === 'undefined') directDatabaseAccess = false;
|
||||
if (status !== 'ok') {
|
||||
importErrorMessage(status);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue