Moves splt private and public files

This commit is contained in:
Marijn Jansen
2017-01-13 14:26:38 +01:00
parent 120e02f4d1
commit faf5442528
37 changed files with 35 additions and 35 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();
});
});