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_linkslist.tpl

    r3681 r5545  
    3131    if(action_todo!='')
    3232    {
    33       http_request=create_httpobject('get', '', '{/literal}{$datas.AMM_AJAX_URL_LIST}{literal}'+action_todo, false);
    34       http_request.send(null);
    35       doc.innerHTML=http_request.responseText;
     33      doc.innerHTML=$.ajax({
     34        type: "POST",
     35        url: "{/literal}{$datas.AMM_AJAX_URL_LIST}{literal}"+action_todo,
     36        async: false,
     37      }).responseText;
    3638    }
    3739  }
Note: See TracChangeset for help on using the changeset viewer.