[+] FO : add files for combination
[*] FO : Create virtual products with no associated file
This commit is contained in:
+4
-1
@@ -403,7 +403,10 @@ if (helpboxes)
|
||||
if ($('input'))
|
||||
{
|
||||
//Display by rollover
|
||||
$('input').mouseover(function() { $(this).parent().find('.hint:first').css('display', 'block'); });
|
||||
$('input').mouseover(function() {
|
||||
console.log($(this).parent());
|
||||
$(this).parent().find('.hint:first').css('display', 'block');
|
||||
});
|
||||
$('input').mouseout(function() { $(this).parent().find('.hint:first').css('display', 'none'); });
|
||||
|
||||
//display when you press the tab key
|
||||
|
||||
Reference in New Issue
Block a user