chg: [eventGraph] removed possibility to import eventGraph

pull/3449/head
Sami Mokaddem 2018-07-06 08:59:37 +00:00
parent b200b1d02f
commit 43275f3a90
1 changed files with 0 additions and 9 deletions

View File

@ -520,15 +520,6 @@ class EventGraph {
options: ["json", "png", "DOT Language"],
default: "json"
});
menu_import.add_fileinput({
id: "fileinput_graph_import_import",
label: "Import",
tooltip: "Import from a JSON, Gephy or DOT",
event: function(fileContent) {
var data = JSON.parse(fileContent);
import_graph_from_json(data);
}
});
return menu_import;
}