mirror of
				https://github.com/janeczku/calibre-web
				synced 2025-10-31 07:13:02 +00:00 
			
		
		
		
	Bugfix getPath for logfile viewer
This commit is contained in:
		| @@ -36,7 +36,7 @@ function init(logType) { | |||||||
|     d.innerHTML = "loading ..."; |     d.innerHTML = "loading ..."; | ||||||
|  |  | ||||||
|     $.ajax({ |     $.ajax({ | ||||||
|         url: getPath() + "/../../ajax/log/" + logType, |         url: getPath() + "/ajax/log/" + logType, | ||||||
|         datatype: "text", |         datatype: "text", | ||||||
|         cache: false |         cache: false | ||||||
|     }) |     }) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Ozzie Isaacs
					Ozzie Isaacs