mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-04-06 01:04:22 +00:00
Activate logging.
This commit is contained in:
parent
1604cdeaf6
commit
6e1ca2d7e2
@ -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});
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user