mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 00:53:21 +00:00 
			
		
		
		
	Add mimetype to link.
This commit is contained in:
		| @@ -782,6 +782,7 @@ GuacUI.Client.attach = function(guac) { | ||||
|             var a = document.createElement("a"); | ||||
|             a.href = url.createObjectURL(blob.getBlob()); | ||||
|             a.download = blob.name; | ||||
|             a.type = blob.mimetype; | ||||
|             a.click(); | ||||
|  | ||||
|         }; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user