remove comments
This commit is contained in:
parent
291cc91dfa
commit
e18ce05d99
5
home.js
5
home.js
@ -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()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user