diff --git a/pes/scilab/lab02.html b/pes/scilab/lab02.html index b5707f4..c2f7489 100644 --- a/pes/scilab/lab02.html +++ b/pes/scilab/lab02.html @@ -48,7 +48,7 @@

Copy your code from here:

-
Enter all values and click 'Submit'
@@ -60,6 +60,11 @@ var count = 0 var finalCode = "" + function copyCode() { + navigator.clipboard.writeText(finalCode); + window.alert("Copied to clipboard!"); + } + function delValue(num) { var divi = document.getElementById("value"+num); divi.remove();