source: extensions/DownloadSinceThumbnail/dst.tpl @ 31376

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

[extensions] - DownloadSinceThumbnail - first commit

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