From 5320b7782b3ed0a701c0a5e62deee3824168d532 Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Tue, 25 Nov 2014 00:10:51 +0100 Subject: [PATCH] LSformElement :: supannCompositeAttribute : fix span title during edition --- ...formElement_supannCompositeAttribute_field_value_component.js | 1 + 1 file changed, 1 insertion(+) diff --git a/public_html/includes/js/LSformElement_supannCompositeAttribute_field_value_component.js b/public_html/includes/js/LSformElement_supannCompositeAttribute_field_value_component.js index 22e2a51f..f080597c 100644 --- a/public_html/includes/js/LSformElement_supannCompositeAttribute_field_value_component.js +++ b/public_html/includes/js/LSformElement_supannCompositeAttribute_field_value_component.js @@ -158,6 +158,7 @@ var LSformElement_supannCompositeAttribute_field_value_component = new Class({ this.img.set('src',varLSdefault.imagePath('supann_label_'+li.get('data-label'))); } this.span.set('html',li.get('data-translated')); + this.span.set('title',li.get('data-value')); this.toogleInputSearch(); },