N°917: AttributeDef CSS class

This commit is contained in:
Eric
2018-09-27 15:25:51 +02:00
parent 29177ec86b
commit 2a6a97526d
2 changed files with 33 additions and 4 deletions

View File

@@ -262,7 +262,7 @@ EOF
// Attribute tag tooltips
$this->add_ready_script(
<<<EOF
$('.attribute-tag').each(function(){
$('.attribute-set-item').each(function(){
$(this).qtip({
content: {
text: $(this).attr('data-description'),