- Adding missing cvs tags to .js files

4.7.x
Steven Wittens 2006-03-09 23:20:24 +00:00
parent c828449991
commit 86f4ef1e99
4 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,5 @@
// $Id$
/**
* A progressbar object. Initialized with the given id. Must be inserted into
* the DOM afterwards through progressBar.element.

View File

@ -1,3 +1,5 @@
// $Id$
if (isJsEnabled()) {
addLoadEvent(function() {
// Attach to all visible textareas

View File

@ -1,3 +1,5 @@
// $Id$
if (isJsEnabled()) {
addLoadEvent(function() {
if ($('edit-has_js')) {

View File

@ -1,3 +1,5 @@
// $Id$
// Global killswitch
if (isJsEnabled()) {
addLoadEvent(uploadAutoAttach);