mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-06-12 09:00:40 +00:00
Add compression of result dictionary and size infos for other compression or no compression methods
This commit is contained in:
@ -19,6 +19,7 @@
|
||||
<script src="{{ url_for('static', filename='js/CorpusList.js') }}"></script>
|
||||
<script src="{{ url_for('static', filename='js/JobList.js') }}"></script>
|
||||
<script src="{{ url_for('static', filename='js/darkreader.js') }}"></script>
|
||||
<script src="{{ url_for('static', filename='js/pako.js') }}"></script>
|
||||
<script>
|
||||
{% if current_user.is_dark == True %}
|
||||
DarkReader.enable({
|
||||
|
Reference in New Issue
Block a user