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
|
Line | |
---|
1 | {literal} |
---|
2 | <script type='text/javascript'> |
---|
3 | $.ajax( |
---|
4 | { |
---|
5 | type: "POST", |
---|
6 | url: "{/literal}{$datas.urlRequest}{literal}", |
---|
7 | async: true, |
---|
8 | data: { ajaxfct:"public.makeStats.doPictureAnalyze", token:'{/literal}{$token}{literal}', id:{/literal}{$datas.id}{literal} } |
---|
9 | } |
---|
10 | ); |
---|
11 | </script> |
---|
12 | {/literal} |
---|
Note: See
TracBrowser
for help on using the repository browser.