Ignore:
Timestamp:
Jun 24, 2012, 9:13:37 PM (12 years ago)
Author:
grum
Message:

feature:2642- compatibility with Piwigo 2.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/AMenuManager/js/amm_personalisedBlocks.js

    r10247 r16006  
    3333          url: options.ajaxUrl,
    3434          async: true,
    35           data: { ajaxfct:"admin.blocks.list" },
     35          data: { ajaxfct:"admin.blocks.list", token:properties.token },
    3636          success:
    3737            function(msg)
     
    257257                url: options.ajaxUrl,
    258258                async: true,
    259                 data: { ajaxfct:"admin.blocks.get", id:properties.id },
     259                data: { ajaxfct:"admin.blocks.get", token:properties.token, id:properties.id },
    260260                success:
    261261                  function(msg)
Note: See TracChangeset for help on using the changeset viewer.