Skip to content
Snippets Groups Projects
Commit 7ddfb182 authored by Martin Leblanc's avatar Martin Leblanc
Browse files

ISTWCMS-5944: adjusting class in js file to match output in contacts

parent 4ad19533
No related branches found
No related tags found
1 merge request!54ISTWCMS-5944: migrate gesso contacts patterns and update the variables
...@@ -9,13 +9,13 @@ ...@@ -9,13 +9,13 @@
attach: function () { attach: function () {
$(document).ready(function () { $(document).ready(function () {
$('.uw-contact-expand-all').click(function () { $('.uw-exp-col-expand-all').click(function () {
$('.uw-contact details').each(function () { $('.uw-contact details').each(function () {
$(this).attr('open', ''); $(this).attr('open', '');
}); });
}); });
$('.uw-contact-collapse-all').click(function () { $('.uw-exp-col-collapse-all').click(function () {
$('.uw-contact details').each(function () { $('.uw-contact details').each(function () {
$(this).removeAttr('open'); $(this).removeAttr('open');
}); });
......
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