Parent Directory
|
Revision Log
|
Revision Graph
Begin the Ubercart 6.x-2.x branch.
| 1 | // $Id |
| 2 | |
| 3 | function uc_file_update_download(id, accessed, limit) { |
| 4 | if (accessed < limit || limit == -1) { |
| 5 | $('td#download-' + id).html(accessed + 1); |
| 6 | $('td#download-' + id).attr("onclick", ""); |
| 7 | } |
| 8 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |