source: extensions/DownloadFromThumbnail/dst.tpl @ 31410

Last change on this file since 31410 was 31410, checked in by ddtddt, 8 years ago

[extensions] - DownloadFromThumbnail

File size: 243 bytes
Line 
1{footer_script}
2jQuery(document).ready(function(){
3jQuery('.dowpica').click(function(){
4    var id= $(this).data('id');
5    jQuery.post("plugins/DownloadFromThumbnail/save_history.php", {
6        dsp_his: id,
7    });
8  });
9});
10{/footer_script}
Note: See TracBrowser for help on using the repository browser.