Add show corpus metadata function to result inspect.

This commit is contained in:
Stephan Porada
2020-09-11 15:53:30 +02:00
parent 0b4e151bef
commit 1bb265b7f4
7 changed files with 25 additions and 321 deletions

View File

@ -59,7 +59,6 @@
<!-- Modals -->
{% include 'modals/show_metadata.html.j2' %}
{% include 'modals/show_text_details.html.j2' %}
{% include 'modals/analysis_init.html.j2' %}
{% include 'modals/export_query_results.html.j2' %}
{% include 'modals/context_modal.html.j2' %}
@ -187,7 +186,6 @@ document.addEventListener("DOMContentLoaded", () => {
listenForMetaData,
listenForViewNotification,
listenForResults]);
console.log(client.eventListeners);
// Load the listeners so that they will be executed if triggered
client.loadSocketEventListeners();
/**