Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
bfa2f8e9
Commit
bfa2f8e9
authored
Dec 27, 2006
by
Steven Wittens
Browse files
Fix update.js after id cleanup patch
parent
f265c54c
Changes
1
Hide whitespace changes
Inline
Side-by-side
misc/update.js
View file @
bfa2f8e9
...
...
@@ -2,7 +2,7 @@
if
(
Drupal
.
jsEnabled
)
{
$
(
document
).
ready
(
function
()
{
$
(
'
#edit-has
_
js
'
).
each
(
function
()
{
this
.
value
=
1
;
});
$
(
'
#edit-has
-
js
'
).
each
(
function
()
{
this
.
value
=
1
;
});
$
(
'
#progress
'
).
each
(
function
()
{
var
holder
=
this
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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