pad import/export: Delete dead functions
parent
7e50fc2ab5
commit
d9b7aa489d
|
@ -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
|
// /// export
|
||||||
|
|
||||||
function cantExport() {
|
function cantExport() {
|
||||||
|
|
Loading…
Reference in New Issue