Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

Commit

Permalink
Fixes #28
Browse files Browse the repository at this point in the history
  • Loading branch information
lots0logs committed Dec 16, 2015
1 parent 3eb2078 commit 69e7ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/greeter.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ $(document).ready(function() {
$('#trigger').trigger('click');
users_shown = true;
}
if ($('#user-list2 a').length <= 1) $('#user-list2 a').trigger('click');
if ($('#user-list2').length <= 1) $('#user-list2 a').trigger('click');

}

Expand Down

0 comments on commit 69e7ac0

Please sign in to comment.