mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-04 04:12:45 +00:00 
			
		
		
		
	Add missing ";"
This commit is contained in:
		@@ -193,7 +193,7 @@
 | 
			
		||||
        }
 | 
			
		||||
      }
 | 
			
		||||
      var toast;
 | 
			
		||||
      var toastActionElement
 | 
			
		||||
      var toastActionElement;
 | 
			
		||||
      {% for message in get_flashed_messages() %}
 | 
			
		||||
      toast = M.toast({"html": `<span>{{ message }}</span><button class="btn-flat toast-action red-text" data-action="close"><i class="material-icons">close</i></button>`});
 | 
			
		||||
      toastActionElement = toast.el.querySelector(".toast-action[data-action='close']");
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user