Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
SunWuyuan committed Mar 31, 2024
1 parent a523ad0 commit 5280f66
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions views/html-head.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,10 @@ document.getElementById('user-drawer-list').innerHTML = '<mdui-list-item rounded


<script>
$(function () {
document.querySelector('mdui-navigation-rail').setAttribute('value', window.location.pathname);
const AddDialog = document.querySelector("#newproject");
Expand Down Expand Up @@ -150,6 +154,7 @@ document.getElementById('user-drawer-list').innerHTML = '<mdui-list-item rounded
button.addEventListener("click", () => TypesDrawer.open = true);
});
closeTypesButton.addEventListener("click", () => TypesDrawer.open = false);
});
</script>


Expand Down

0 comments on commit 5280f66

Please sign in to comment.