Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ddaf9bf1 authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

hide div

parent 62393a88
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ document.body.onload = function() {
			// eslint-disable-next-line no-console
			console.log(deleteButton.length)
			deleteButton.forEach((deleteButton1) => {
				deleteButton1.style.display = "none";
				deleteButton1.style.display = 'none'
			  })
		  }, 10000)