// fix ajax on module list

This commit is contained in:
Rémi Gaillard
2013-10-15 18:35:04 +02:00
parent 8dce01e633
commit 1b8526cd05
2 changed files with 3 additions and 4 deletions
@@ -108,12 +108,11 @@
{
$('.categoryModuleFilterLink').css('background-color', 'white');
$(this).css('background-color', '#EBEDF4');
var ajaxReloadCurrentIndex = $(this).find('a').attr('href').replace('index.php', 'ajax-tab.php');
try
{
resAjax = $.ajax({
type:"POST",
url : ajaxReloadCurrentIndex,
url : $(this).attr('href'),
async: true,
data : {
ajax : "1",