mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 00:16:15 -04:00
pad import/export: Delete dead functions
This commit is contained in:
parent
7e50fc2ab5
commit
d9b7aa489d
1 changed files with 0 additions and 21 deletions
|
@ -116,27 +116,6 @@ const padimpexp = (function () {
|
|||
}
|
||||
}
|
||||
|
||||
function importSuccessful(token) {
|
||||
$.ajax(
|
||||
{
|
||||
type: 'post',
|
||||
url: '/ep/pad/impexp/import2',
|
||||
data: {
|
||||
token,
|
||||
padId: pad.getPadId(),
|
||||
},
|
||||
success: importApplicationSuccessful,
|
||||
error: importApplicationFailed,
|
||||
timeout: 25000,
|
||||
});
|
||||
addImportFrames();
|
||||
}
|
||||
|
||||
function importApplicationFailed(xhr, textStatus, errorThrown) {
|
||||
importErrorMessage('Error during conversion.');
|
||||
importDone();
|
||||
}
|
||||
|
||||
// /// export
|
||||
|
||||
function cantExport() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue