mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-04 04:12:45 +00:00 
			
		
		
		
	Some code cleanup
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
@@ -281,7 +281,6 @@ let users = {
 | 
			
		||||
    {% if not loop.last %},{% endif %}
 | 
			
		||||
  {% endfor %}
 | 
			
		||||
};
 | 
			
		||||
console.log(users);
 | 
			
		||||
 | 
			
		||||
let inviteUserModalSearch = M.Chips.init(
 | 
			
		||||
  inviteUserModalSearchElement,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user