source:
extensions/DownloadFromThumbnail/dst.tpl
@
32005
Last change on this file since 32005 was 31410, checked in by , 9 years ago | |
---|---|
File size: 243 bytes |
Line | |
---|---|
1 | {footer_script} |
2 | jQuery(document).ready(function(){ |
3 | jQuery('.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.