rename html folder to public

This commit is contained in:
Marijn Jansen
2017-01-13 14:44:45 +01:00
parent faf5442528
commit 1cffad77d6
35 changed files with 1 additions and 11 deletions

View 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();
});
});