diff --git a/admin-dev/themes/default/template/controllers/modules/js.tpl b/admin-dev/themes/default/template/controllers/modules/js.tpl index d2d732e1b..d997904aa 100644 --- a/admin-dev/themes/default/template/controllers/modules/js.tpl +++ b/admin-dev/themes/default/template/controllers/modules/js.tpl @@ -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", diff --git a/admin-dev/themes/default/template/controllers/modules/page.tpl b/admin-dev/themes/default/template/controllers/modules/page.tpl index d088fd9a2..c56cc090c 100644 --- a/admin-dev/themes/default/template/controllers/modules/page.tpl +++ b/admin-dev/themes/default/template/controllers/modules/page.tpl @@ -71,7 +71,7 @@