Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
EDITED SOME BUGS ADDED OLD ACADEMIC BUILDING SOURCE
  • Loading branch information
arnav7897 authored Mar 24, 2024
1 parent 2af9708 commit ecbea28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ campus.addEventListener('click', () => {
map.src = "maps/campus/campus.html";
let display = document.getElementById("searchdisplay");
display.style.display = "";
display.innerHTML = "<h1> MECHANICAL BUILDING</h1>";
display.innerHTML = "<h1> MASTERPLAN IIITDM KURNOOL</h1>";
let anchor = document.getElementById("asearch");
anchor.style.display = "none";
})
Expand Down

0 comments on commit ecbea28

Please sign in to comment.