summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);