From d9b7aa489d9edb26be09849cb2ca1d8f85f1468b Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Fri, 18 Dec 2020 02:46:50 -0500 Subject: [PATCH] pad import/export: Delete dead functions --- src/static/js/pad_impexp.js | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/src/static/js/pad_impexp.js b/src/static/js/pad_impexp.js index b08482d2f..9c5dd076e 100644 --- a/src/static/js/pad_impexp.js +++ b/src/static/js/pad_impexp.js @@ -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() {