Skip to content

Commit

Permalink
modified: modules/servers/solusvmpro/novnc/include/util.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Plsk-test committed Sep 16, 2022
1 parent ba082c6 commit 0112d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/servers/solusvmpro/novnc/include/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ setTimeout(function(){
var btn = document.createElement("input");
btn.setAttribute("id", "sendLongString");
btn.setAttribute("type", "button");
btn.setAttribute("value", "Paste board");
btn.setAttribute("value", "Paste clipboard");
document.getElementById("noVNC_buttons").appendChild(btn);
document.getElementById("sendLongString").style.display = "inline";
document.getElementById("sendLongString").onclick = sendLongString;
Expand Down

0 comments on commit 0112d24

Please sign in to comment.