rename html folder to public
This commit is contained in:
7
website/public/js/header.js
Normal file
7
website/public/js/header.js
Normal file
@@ -0,0 +1,7 @@
|
||||
$(document).ready(function() {
|
||||
$("#profile-menu-popup").hide();
|
||||
$("#own-profile-picture").click(function() {
|
||||
$("#profile-menu-popup").toggle();
|
||||
$("#profile-hello-popup").toggle();
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user