fixed menu more friends bug #65

Merged
11291680 merged 1 commits from lars-chat into master 2017-01-18 16:13:37 +01:00
Showing only changes of commit d06ad5a44d - 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();