mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-09 22:51:22 +00:00
Use style from ui.css.
This commit is contained in:
@@ -774,7 +774,7 @@ GuacUI.Download = function(filename) {
|
||||
element.removeChild(progress);
|
||||
GuacUI.addClass(element, "complete");
|
||||
|
||||
var download = GuacUI.createChildElement(element, "div", "download");
|
||||
var download = GuacUI.createChildElement(element, "button");
|
||||
download.textContent = "Download";
|
||||
download.onclick = function() {
|
||||
if (guac_download.ondownload)
|
||||
|
Reference in New Issue
Block a user