remove comments

This commit is contained in:
ccppi 2024-03-19 08:17:40 +01:00
parent 291cc91dfa
commit e18ce05d99

View File

@ -1,14 +1,9 @@
//window.onload = run;
//function run()
//{
document.getElementById("id_run").addEventListener("click", function(e){ document.getElementById("id_run").addEventListener("click", function(e){
console.log("triggered!!"); console.log("triggered!!");
alert("judihudi"); alert("judihudi");
startBackgroundScript(); startBackgroundScript();
e.preventDefault(); e.preventDefault();
}); });
//}
function startBackgroundScript() function startBackgroundScript()
{ {