Last change
on this file since 20494 was
16007,
checked in by grum, 12 years ago
|
feature:2637- compatibility with Piwigo 2.4
|
File size:
314 bytes
|
Rev | Line | |
---|
[6731] | 1 | {literal} |
---|
| 2 | <script type='text/javascript'> |
---|
| 3 | $.ajax( |
---|
| 4 | { |
---|
| 5 | type: "POST", |
---|
| 6 | url: "{/literal}{$datas.urlRequest}{literal}", |
---|
| 7 | async: true, |
---|
[16007] | 8 | data: { ajaxfct:"public.makeStats.doPictureAnalyze", token:'{/literal}{$token}{literal}', id:{/literal}{$datas.id}{literal} } |
---|
[6731] | 9 | } |
---|
| 10 | ); |
---|
| 11 | </script> |
---|
| 12 | {/literal} |
---|
Note: See
TracBrowser
for help on using the repository browser.