Marijn button #99

Merged
11166932 merged 152 commits from marijn-button into master 2017-01-23 13:25:08 +01:00
Showing only changes of commit fddeba821d - Show all commits

View File

@@ -6,7 +6,7 @@ $(document).ready(function() {
$("#more-friends-click").click(function() {
// Show only friends
$("#groups-menu-section").slideUp();
$("#friends-menu-section a").show();
$("#friends-menu-section li").show();
// Change buttons
$("#more-friends-click").hide();
@@ -17,7 +17,7 @@ $(document).ready(function() {
$("#more-groups-click").click(function() {
// Show only groups
$("#friends-menu-section").slideUp();
$("#groups-menu-section a").show();
$("#groups-menu-section li").show();
// Change buttons
$("#more-groups-click").hide();