From f942bf76522e8df8c8c81356140d36a410fa2fc0 Mon Sep 17 00:00:00 2001 From: SilicoFlare <100959814+SilicoFlare@users.noreply.github.com> Date: Fri, 24 Mar 2023 20:58:12 +0530 Subject: [PATCH] bbb --- pes/scilab/lab02.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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();