diff --git a/misc/autocomplete.js b/misc/autocomplete.js index 00b19fce5865ce826ea76b04002880b3e01e00b6..52702909d55c666786438155246445994efe3d24 100644 --- a/misc/autocomplete.js +++ b/misc/autocomplete.js @@ -1,3 +1,5 @@ +// $Id$ + // Global Killswitch if (isJsEnabled()) { addLoadEvent(autocompleteAutoAttach); diff --git a/misc/collapse.js b/misc/collapse.js index a689b1fd466830db9cfeb106db3a7e03e232d198..2f5c8dc064c9e992d195993d23010f31274d1279 100644 --- a/misc/collapse.js +++ b/misc/collapse.js @@ -1,3 +1,5 @@ +// $Id$ + if (isJsEnabled()) { addLoadEvent(collapseAutoAttach); } diff --git a/misc/drupal.js b/misc/drupal.js index cdea993c6618bc542925acbf4ec82280556c48d0..2d25a7a59af2a84341e9777019a472bdf05d3984 100644 --- a/misc/drupal.js +++ b/misc/drupal.js @@ -1,3 +1,5 @@ +// $Id$ + /** * Only enable Javascript functionality if all required features are supported. */ @@ -202,4 +204,4 @@ function removeNode(node) { else { return false; } -} \ No newline at end of file +} diff --git a/misc/maintenance.css b/misc/maintenance.css index cb9e47adcc11de06bcdbfbcc49c7337a74e59ff6..8c6a5bbe6fe22a7401364995d1f867e5bc2fac42 100644 --- a/misc/maintenance.css +++ b/misc/maintenance.css @@ -1,3 +1,5 @@ +/* $Id$ */ + body { background: url(druplicon.png) 4.2em 4em no-repeat #fff; color: #000;