[-] BO : fixed bug #PSCFV-2652
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15795 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
+4
-4
@@ -48,16 +48,16 @@ $(document).ready(function(){
|
||||
// if count warnings
|
||||
$('#linkSeeMore').live('click', function(e){
|
||||
e.preventDefault();
|
||||
$('#seeMore').show('slow');
|
||||
$('.warn #seeMore').show();
|
||||
$(this).hide();
|
||||
$('#linkHide').show();
|
||||
$('.warn #linkHide').show();
|
||||
return false;
|
||||
});
|
||||
$('#linkHide').live('click', function(e){
|
||||
e.preventDefault();
|
||||
$('#seeMore').hide('slow');
|
||||
$('.warn #seeMore').hide();
|
||||
$(this).hide();
|
||||
$('#linkSeeMore').show();
|
||||
$('.warn #linkSeeMore').show();
|
||||
return false;
|
||||
});
|
||||
$('#hideWarn').live('click', function(e){
|
||||
|
||||
Reference in New Issue
Block a user