mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-15 01:05:42 +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
|
||||
const metaDataJson = {{ query_metadata|tojson|safe }};
|
||||
// Initialize the client with dynamicMode set to false.
|
||||
const client = new Client({'logging': false,
|
||||
const client = new Client({'logging': true,
|
||||
'dynamicMode': false,
|
||||
'fullContext': metaDataJson.fullContext});
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user