Some code cleanup

This commit is contained in:
Patrick Jentsch
2023-10-30 11:36:28 +01:00
parent fbb32ef580
commit e8fe67d290
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 %}
@ -118,7 +118,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,