mirror of
				https://github.com/janeczku/calibre-web
				synced 2025-10-31 07:13:02 +00:00 
			
		
		
		
	Fix generating links on tasks pafge
This commit is contained in:
		| @@ -5,7 +5,7 @@ | |||||||
| {% block body %} | {% block body %} | ||||||
| <div class="discover"> | <div class="discover"> | ||||||
|     <h2>{{_('Tasks list')}}</h2> |     <h2>{{_('Tasks list')}}</h2> | ||||||
|     <table class="table table-no-bordered" id="table" data-url="{{'/ajax/emailstat'}}"  data-sort-name="starttime" data-sort-order="asc"> |     <table class="table table-no-bordered" id="table" data-url="{{  url_for('get_email_status_json') }}"  data-sort-name="starttime" data-sort-order="asc"> | ||||||
|       <thead> |       <thead> | ||||||
|         <tr> |         <tr> | ||||||
|             {% if g.user.role_admin() %} |             {% if g.user.role_admin() %} | ||||||
| @@ -37,7 +37,7 @@ | |||||||
|             setInterval(function() { |             setInterval(function() { | ||||||
|                 $.ajax({ |                 $.ajax({ | ||||||
|                     method:"get", |                     method:"get", | ||||||
|                     url: "{{'/ajax/emailstat'}}", |                     url: "{{ url_for('get_email_status_json')}}", | ||||||
|                     async: true, |                     async: true, | ||||||
|                     timeout: 900, |                     timeout: 900, | ||||||
|                     success:function(data){ |                     success:function(data){ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 OzzieIsaacs
					OzzieIsaacs