// small fix

This commit is contained in:
Rémi Gaillard
2013-10-30 18:28:55 +01:00
parent 9f2424db41
commit ecf45d0475
2 changed files with 4 additions and 4 deletions
@@ -94,8 +94,8 @@
// Method to reload filter in ajax
$('.categoryModuleFilterLink').click(function()
{
$('.categoryModuleFilterLink').css('background-color', 'white');
$(this).css('background-color', '#EBEDF4');
$('.categoryModuleFilterLink').removeClass('active');
$(this).addClass('active');
try
{
resAjax = $.ajax({