This commit is contained in:
@@ -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');
|
||||
// })
|
||||
|
||||
});
|
||||
|
Reference in New Issue
Block a user