- 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
|
* A progressbar object. Initialized with the given id. Must be inserted into
|
||||||
* the DOM afterwards through progressBar.element.
|
* the DOM afterwards through progressBar.element.
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
|
// $Id$
|
||||||
|
|
||||||
if (isJsEnabled()) {
|
if (isJsEnabled()) {
|
||||||
addLoadEvent(function() {
|
addLoadEvent(function() {
|
||||||
// Attach to all visible textareas
|
// Attach to all visible textareas
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
|
// $Id$
|
||||||
|
|
||||||
if (isJsEnabled()) {
|
if (isJsEnabled()) {
|
||||||
addLoadEvent(function() {
|
addLoadEvent(function() {
|
||||||
if ($('edit-has_js')) {
|
if ($('edit-has_js')) {
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
|
// $Id$
|
||||||
|
|
||||||
// Global killswitch
|
// Global killswitch
|
||||||
if (isJsEnabled()) {
|
if (isJsEnabled()) {
|
||||||
addLoadEvent(uploadAutoAttach);
|
addLoadEvent(uploadAutoAttach);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue