aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.html
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2022-01-25 18:18:44 +0300
committerlevlam <levlam@telegram.org>2022-01-25 18:18:44 +0300
commit208fd70d58a80df64986497c1e4c82957b6669b3 (patch)
treed5f76f5ff7a2268269fbfbe854bab87b9c6dfcdf /build.html
parent93ccd2a145926612dc45c5e095560e43fbd94d2a (diff)
Minor improvements.
Diffstat (limited to 'build.html')
-rw-r--r--build.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.html b/build.html
index dd5030c..409fb28 100644
--- a/build.html
+++ b/build.html
@@ -678,7 +678,7 @@ function onOptionsChanged() {
document.getElementById('buildCommands').innerHTML = '<ul><li>' + commands.join('</li><li>') + '</li></ul>';
document.getElementById('copyBuildCommandsButton').style.display = commands.includes('exit') ? 'none' : 'block';
}
-
+
function copyBuildInstructions() {
var text = document.getElementById('buildCommands').innerText;