Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mishra-aayush authored Nov 17, 2020
1 parent fb5f4c7 commit abef6b1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions green_cloud_computing/templates/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ function readURL(input)
reader.readAsDataURL(input.files[0]);
}
var x = document.getElementById("image");

x.style.display = "block";
}

var y = document.getElementById("para");
y.style.display="none";
}

0 comments on commit abef6b1

Please sign in to comment.