mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-08-01 08:15:19 +00:00
Activate logging.
This commit is contained in:
@@ -130,7 +130,7 @@ document.addEventListener("DOMContentLoaded", () => {
|
|||||||
// Import metadata from DB passed to this view
|
// Import metadata from DB passed to this view
|
||||||
const metaDataJson = {{ query_metadata|tojson|safe }};
|
const metaDataJson = {{ query_metadata|tojson|safe }};
|
||||||
// Initialize the client with dynamicMode set to false.
|
// Initialize the client with dynamicMode set to false.
|
||||||
const client = new Client({'logging': false,
|
const client = new Client({'logging': true,
|
||||||
'dynamicMode': false,
|
'dynamicMode': false,
|
||||||
'fullContext': metaDataJson.fullContext});
|
'fullContext': metaDataJson.fullContext});
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user