/[drupal]/contributions/modules/ubercart/uc_file/uc_file.js
ViewVC logotype

Contents of /contributions/modules/ubercart/uc_file/uc_file.js

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download) (as text)
Thu Jul 10 12:41:01 2008 UTC (16 months, 2 weeks ago) by islandusurper
Branch: MAIN
CVS Tags: DRUPAL-5--1-1, DRUPAL-5--1-2, HEAD
Branch point for: DRUPAL-5, DRUPAL-6--2
Changes since 1.1: +2 -2 lines
File MIME type: text/javascript
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