From 86f4ef1e9976eaeec92300528d4b3e6b8dd89cf8 Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Thu, 9 Mar 2006 23:20:24 +0000 Subject: - Adding missing cvs tags to .js files --- misc/progress.js | 2 ++ misc/textarea.js | 2 ++ misc/update.js | 2 ++ misc/upload.js | 2 ++ 4 files changed, 8 insertions(+) (limited to 'misc') 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); -- cgit v1.2.3