diff options
| author | levlam <levlam@telegram.org> | 2022-01-25 18:18:44 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2022-01-25 18:18:44 +0300 |
| commit | 208fd70d58a80df64986497c1e4c82957b6669b3 (patch) | |
| tree | d5f76f5ff7a2268269fbfbe854bab87b9c6dfcdf /build.html | |
| parent | 93ccd2a145926612dc45c5e095560e43fbd94d2a (diff) | |
Minor improvements.
Diffstat (limited to 'build.html')
| -rw-r--r-- | build.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
