- Adding missing cvs tags to .js files
parent
c828449991
commit
86f4ef1e99
|
|
@ -1,3 +1,5 @@
|
|||
// $Id$
|
||||
|
||||
/**
|
||||
* A progressbar object. Initialized with the given id. Must be inserted into
|
||||
* the DOM afterwards through progressBar.element.
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
// $Id$
|
||||
|
||||
if (isJsEnabled()) {
|
||||
addLoadEvent(function() {
|
||||
// Attach to all visible textareas
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
// $Id$
|
||||
|
||||
if (isJsEnabled()) {
|
||||
addLoadEvent(function() {
|
||||
if ($('edit-has_js')) {
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
// $Id$
|
||||
|
||||
// Global killswitch
|
||||
if (isJsEnabled()) {
|
||||
addLoadEvent(uploadAutoAttach);
|
||||
|
|
|
|||
Loading…
Reference in New Issue