mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-04 04:12:45 +00:00 
			
		
		
		
	Huge List class update
This commit is contained in:
		@@ -242,7 +242,7 @@
 | 
			
		||||
{{ super() }}
 | 
			
		||||
<script>
 | 
			
		||||
 | 
			
		||||
let publicCorpusFileList = new CorpusFileList(document.querySelector('#corpus-file-list'));
 | 
			
		||||
let publicCorpusFileList = new ResourceLists.CorpusFileList(document.querySelector('#corpus-file-list'));
 | 
			
		||||
publicCorpusFileList.add(
 | 
			
		||||
  [
 | 
			
		||||
    {% for corpus_file in corpus.files %}
 | 
			
		||||
@@ -259,7 +259,7 @@ refreshButton.addEventListener('click', () => {
 | 
			
		||||
{% endif %}
 | 
			
		||||
 | 
			
		||||
{% if cfr.has_permission('MANAGE_FOLLOWERS') %}
 | 
			
		||||
let publicCorpusFollowerList = new CorpusFollowerList(document.querySelector('.corpus-follower-list'));
 | 
			
		||||
let publicCorpusFollowerList = new ResourceLists.CorpusFollowerList(document.querySelector('.corpus-follower-list'));
 | 
			
		||||
publicCorpusFollowerList.add(
 | 
			
		||||
  [
 | 
			
		||||
    {% for cfa in cfas %}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user