Skip to content

Commit

Permalink
Update build.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen authored Jan 12, 2021
1 parent ff1efdf commit 083a04a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion start/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,8 @@ function goforward(){
function reload(){
location.reload()
}

$(document).ready(function(){
$(".dropdown").click(function(){
$("#dropdown-content").slideToggle("slow");
});
});

0 comments on commit 083a04a

Please sign in to comment.