summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2006-03-09 23:20:24 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2006-03-09 23:20:24 +0000
commit86f4ef1e9976eaeec92300528d4b3e6b8dd89cf8 (patch)
tree9359f90ddc5de1aa2d18309b1135f9dd74fe6d84 /misc
parentc82844999162f68077c7382ed9d7bfca26d0fd42 (diff)
downloadbrdo-86f4ef1e9976eaeec92300528d4b3e6b8dd89cf8.tar.gz
brdo-86f4ef1e9976eaeec92300528d4b3e6b8dd89cf8.tar.bz2
- Adding missing cvs tags to .js files
Diffstat (limited to 'misc')
-rw-r--r--misc/progress.js2
-rw-r--r--misc/textarea.js2
-rw-r--r--misc/update.js2
-rw-r--r--misc/upload.js2
4 files changed, 8 insertions, 0 deletions
diff --git a/misc/progress.js b/misc/progress.js
index 776e2b637..cc029e5b5 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 4fcd8538a..d5768154f 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 e595e4cb2..1dbfdb10e 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 dcf246dfb..47189d591 100644
--- a/misc/upload.js
+++ b/misc/upload.js
@@ -1,3 +1,5 @@
+// $Id$
+
// Global killswitch
if (isJsEnabled()) {
addLoadEvent(uploadAutoAttach);