From 208fd70d58a80df64986497c1e4c82957b6669b3 Mon Sep 17 00:00:00 2001 From: levlam Date: Tue, 25 Jan 2022 18:18:44 +0300 Subject: Minor improvements. --- build.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.html') 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 = ''; document.getElementById('copyBuildCommandsButton').style.display = commands.includes('exit') ? 'none' : 'block'; } - + function copyBuildInstructions() { var text = document.getElementById('buildCommands').innerText; -- cgit v1.2.3