Merge branch 'query-builder' of gitlab.ub.uni-bielefeld.de:sfb1288inf/nopaque into query-builder

This commit is contained in:
Inga Kirschnick
2023-11-07 13:24:11 +01:00
11 changed files with 71 additions and 22 deletions

View File

@ -7,8 +7,8 @@
{%- assets
filters='rjsmin',
output='gen/app.%(version)s.js',
'js/app/index.js',
'js/app/app.js'
'js/nopaque/index.js',
'js/nopaque/app.js'
%}
<script src="{{ ASSET_URL }}"></script>
{%- endassets %}
@ -115,7 +115,7 @@
<script>
// TODO: Implement an app.run method and use this for all of the following
const app = new App.App();
const app = new nopaque.App();
app.init();
// Check if the current user is authenticated

View File

@ -281,7 +281,6 @@ let users = {
{% if not loop.last %},{% endif %}
{% endfor %}
};
console.log(users);
let inviteUserModalSearch = M.Chips.init(
inviteUserModalSearchElement,