mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-04 12:22:47 +00:00 
			
		
		
		
	Further javascript improvements
This commit is contained in:
		@@ -35,10 +35,10 @@
 | 
			
		||||
{%- assets
 | 
			
		||||
  filters='rjsmin',
 | 
			
		||||
  output='gen/Forms.%(version)s.js',
 | 
			
		||||
  'js/Forms/Form.js',
 | 
			
		||||
  'js/Forms/CreateCorpusFileForm.js',
 | 
			
		||||
  'js/Forms/CreateJobForm.js',
 | 
			
		||||
  'js/Forms/CreateContributionForm.js'
 | 
			
		||||
  'js/forms/index.js',
 | 
			
		||||
  'js/forms/create-contribution-form.js',
 | 
			
		||||
  'js/forms/create-corpus-file-form.js',
 | 
			
		||||
  'js/forms/create-job-form.js'
 | 
			
		||||
%}
 | 
			
		||||
<script src="{{ ASSET_URL }}"></script>
 | 
			
		||||
{%- endassets %}
 | 
			
		||||
@@ -141,7 +141,7 @@
 | 
			
		||||
    {alignment: 'right', constrainWidth: false, coverTrigger: false}
 | 
			
		||||
  );
 | 
			
		||||
  ResourceList.autoInit();
 | 
			
		||||
  Form.autoInit();
 | 
			
		||||
  Forms.autoInit();
 | 
			
		||||
 | 
			
		||||
  // Display flashed messages
 | 
			
		||||
  for (let [category, message] of {{ get_flashed_messages(with_categories=True)|tojson }}) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user