Ignore:
Timestamp:
Apr 1, 2010, 9:03:36 PM (14 years ago)
Author:
grum
Message:

Update the plugin for compatibility with Piwigo 2.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/AMenuManager/admin/amm_personalisedlist.tpl

    r3681 r5545  
    2626    if(action_todo!='')
    2727    {
    28       http_request=create_httpobject('get', '', '{/literal}{$datas.AMM_AJAX_URL_LIST}{literal}'+action_todo, false);
    29       http_request.send(null);
    30       doc.innerHTML=http_request.responseText;
     28      doc.innerHTML=$.ajax({
     29        type: "POST",
     30        url: "{/literal}{$datas.AMM_AJAX_URL_LIST}{literal}"+action_todo,
     31        async: false,
     32      }).responseText;
    3133    }
    3234  }
Note: See TracChangeset for help on using the changeset viewer.