mirror of
				https://github.com/janeczku/calibre-web
				synced 2025-11-04 01:03:02 +00:00 
			
		
		
		
	Removed js from search_form, tasks
Added translation of bootstrap-select in user table
This commit is contained in:
		@@ -183,6 +183,9 @@
 | 
			
		||||
<script src="{{ url_for('static', filename='js/libs/bootstrap-table/bootstrap-table-editable.min.js') }}"></script>
 | 
			
		||||
<script src="{{ url_for('static', filename='js/libs/bootstrap-table/bootstrap-editable.min.js') }}"></script>
 | 
			
		||||
<script src="{{ url_for('static', filename='js/libs/bootstrap-select.min.js')}}"></script>
 | 
			
		||||
{% if not g.user.locale == 'en' %}
 | 
			
		||||
<script src="{{ url_for('static', filename='js/libs/bootstrap-select/defaults-' + g.user.locale + '.min.js') }}" charset="UTF-8"></script>
 | 
			
		||||
{% endif %}
 | 
			
		||||
<script src="{{ url_for('static', filename='js/table.js') }}"></script>
 | 
			
		||||
{% endblock %}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user