Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
72f9229a
Commit
72f9229a
authored
Aug 11, 2005
by
Dries
Browse files
- Patch by Uwe: tidied up CVS IDs.
parent
b69b43d1
Changes
4
Hide whitespace changes
Inline
Side-by-side
misc/autocomplete.js
View file @
72f9229a
// $Id$
// Global Killswitch
if
(
isJsEnabled
())
{
addLoadEvent
(
autocompleteAutoAttach
);
...
...
misc/collapse.js
View file @
72f9229a
// $Id$
if
(
isJsEnabled
())
{
addLoadEvent
(
collapseAutoAttach
);
}
...
...
misc/drupal.js
View file @
72f9229a
// $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
}
misc/maintenance.css
View file @
72f9229a
/* $Id$ */
body
{
background
:
url(druplicon.png)
4.2em
4em
no-repeat
#fff
;
color
:
#000
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment