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

feature:2638- compatibility with Piwigo 2.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/GMaps/templates/gmaps_dialog_area_choose.tpl

    r15345 r16011  
    4646        url: "plugins/GMaps/gmaps_ajax.php",
    4747        async: true,
    48         data: { ajaxfct:"public.maps.init", category:0 },
     48        data: { ajaxfct:"public.maps.init", token:'{/literal}{$token}{literal}', category:0 },
    4949        success: function (msg)
    5050          {
     
    224224        url: "plugins/GMaps/gmaps_ajax.php",
    225225        async: true,
    226         data: { ajaxfct:"public.maps.getMarkers", datas:datas },
     226        data: { ajaxfct:"public.maps.getMarkers", token:'{/literal}{$token}{literal}', datas:datas },
    227227        success:
    228228          function(msg)
Note: See TracChangeset for help on using the changeset viewer.