Skip to content
Snippets Groups Projects
Commit efcc3ab3 authored by Igor Biki's avatar Igor Biki
Browse files

ISTWCMS-3831: Update to js file.

parent 1e3ba816
No related branches found
No related tags found
1 merge request!118.x 3.x istwcms 3831
......@@ -13,7 +13,7 @@
$('.uw_other button').attr('aria-expanded', 'false');
// Handle show/hide.
$('.uw-whos-online-block button').on('click', function() {
$list = $(this).closest('div').find('ul');
let $list = $(this).closest('div').find('ul');
if ($list.is(":visible")) {
$list.hide();
$('span:first-child',this).html('▸');
......
privileged:
- user1
- user3
others:
- user2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment