Removed exportTrippleloader functions #2345 (#2399)

closes #2345
This commit is contained in:
Ekta Mishra 2020-03-12 18:33:26 +05:30 committed by GitHub
parent 2757326cd7
commit 6ec40bc478
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,14 +109,6 @@ ExporterManager.stripNonFileChars = function(name) {
return $.trim(name.replace(/[\\*\/:?"<>|]/g, ' ')).replace(/\s+/g, '-');
};
ExporterManager.handlers.exportTripleloader = function(format) {
if (!theProject.overlayModels.freebaseProtograph) {
alert($.i18n('triple-loader/warning-align'));
} else {
ExporterManager.handlers.exportRows(format, "txt");
}
};
ExporterManager.handlers.exportRows = function(format, ext) {
var form = ExporterManager.prepareExportRowsForm(format, true, ext);
$('<input />')