source: extensions/AMetaData/templates/doAnalyze.tpl @ 15907

Last change on this file since 15907 was 6731, checked in by grum, 14 years ago

some file forgotten in the previous commit...

File size: 277 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", id:{/literal}{$datas.id}{literal} }
9    }
10  );
11</script>
12{/literal}
Note: See TracBrowser for help on using the repository browser.