123
This commit is contained in:
parent
6813c3b0be
commit
29dfd28d2c
|
|
@ -11,12 +11,4 @@ closeMenu.onclick = function () {
|
|||
|
||||
|
||||
|
||||
var searchModal = document.getElementById("searchModal");
|
||||
var searchBtn = document.getElementById("menuBtn");
|
||||
var searchClose = document.getElementById("searchClose");
|
||||
searchBtn.onclick = function () {
|
||||
searchModal.classList.add("active");
|
||||
};
|
||||
searchClose.onclick = function () {
|
||||
searchModal.classList.remove("active");
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -180,5 +180,16 @@ random = 0
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script>
|
||||
var searchModal = document.getElementById("searchModal");
|
||||
var searchBtn = document.getElementById("menuBtn");
|
||||
var searchClose = document.getElementById("searchClose");
|
||||
searchBtn.onclick = function () {
|
||||
searchModal.classList.add("active");
|
||||
};
|
||||
searchClose.onclick = function () {
|
||||
searchModal.classList.remove("active");
|
||||
};
|
||||
</script>
|
||||
<!-- main end
|
||||
================================================ -->
|
||||
Loading…
Reference in New Issue