This commit is contained in:
armansansd
2022-09-26 20:11:56 +02:00
parent 617f104132
commit 87d08588c1
5 changed files with 29 additions and 9 deletions

View File

@@ -452,9 +452,9 @@ if($(".block-region-first").find("a").length == 0 ){
};
//crop text for collection
$(".block-region-third .views-field-description__value").addClass("hidden_text");
$(".block-region-third .views-field-description__value").on("click", function(){
$(this).removeClass('hidden_text');
})
// $(".block-region-third .views-field-description__value").addClass("hidden_text");
// $(".block-region-third .views-field-description__value").on("click", function(){
// $(this).removeClass('hidden_text');
// })
});