diff options
author | Steven Wittens <steven@10.no-reply.drupal.org> | 2006-03-09 23:20:24 +0000 |
---|---|---|
committer | Steven Wittens <steven@10.no-reply.drupal.org> | 2006-03-09 23:20:24 +0000 |
commit | 86f4ef1e9976eaeec92300528d4b3e6b8dd89cf8 (patch) | |
tree | 9359f90ddc5de1aa2d18309b1135f9dd74fe6d84 | |
parent | c82844999162f68077c7382ed9d7bfca26d0fd42 (diff) | |
download | drupal-86f4ef1e9976eaeec92300528d4b3e6b8dd89cf8.tar.gz drupal-86f4ef1e9976eaeec92300528d4b3e6b8dd89cf8.zip |
- Adding missing cvs tags to .js files
-rw-r--r-- | misc/progress.js | 2 | ||||
-rw-r--r-- | misc/textarea.js | 2 | ||||
-rw-r--r-- | misc/update.js | 2 | ||||
-rw-r--r-- | misc/upload.js | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/misc/progress.js b/misc/progress.js index 776e2b63708..cc029e5b5ac 100644 --- a/misc/progress.js +++ b/misc/progress.js @@ -1,3 +1,5 @@ +// $Id$ + /** * A progressbar object. Initialized with the given id. Must be inserted into * the DOM afterwards through progressBar.element. diff --git a/misc/textarea.js b/misc/textarea.js index 4fcd8538a74..d5768154f99 100644 --- a/misc/textarea.js +++ b/misc/textarea.js @@ -1,3 +1,5 @@ +// $Id$ + if (isJsEnabled()) { addLoadEvent(function() { // Attach to all visible textareas diff --git a/misc/update.js b/misc/update.js index e595e4cb2da..1dbfdb10ecf 100644 --- a/misc/update.js +++ b/misc/update.js @@ -1,3 +1,5 @@ +// $Id$ + if (isJsEnabled()) { addLoadEvent(function() { if ($('edit-has_js')) { diff --git a/misc/upload.js b/misc/upload.js index dcf246dfb1c..47189d591bf 100644 --- a/misc/upload.js +++ b/misc/upload.js @@ -1,3 +1,5 @@ +// $Id$ + // Global killswitch if (isJsEnabled()) { addLoadEvent(uploadAutoAttach); |