Subversion Repositories SmartDukaan

Rev

Rev 18064 | Rev 18219 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 18064 Rev 18067
Line 31... Line 31...
31
       $('#loadingModal').modal('show');
31
       $('#loadingModal').modal('show');
32
    });
32
    });
33
    
33
    
34
 
34
 
35
    $('.see_more_link a').click(function(){
35
    $('.see_more_link a').click(function(){
-
 
36
      setCookie('brandschosen', '', -1, true);
-
 
37
      setCookie('subcategorieschosen','',-1, true);
36
       $('#loadingModal').modal('show');
38
      $('#loadingModal').modal('show');
37
    });
39
    });
38
    setTimeout(function () {$('.carterror').fadeOut('slow');}, 20000);
40
    setTimeout(function () {$('.carterror').fadeOut('slow');}, 20000);
39
  });
41
  });
40
 
42
 
41
 
43