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
e6cfb508
Commit
e6cfb508
authored
May 26, 2010
by
Dries Buytaert
Browse files
- Patch
#751752
by neclimdul: update directly adds ui files and is broken by 1.8 update.
parent
3b9635db
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/update/update.manager.inc
View file @
e6cfb508
...
...
@@ -66,8 +66,6 @@ function update_manager_update_form($form, $form_state = array(), $context) {
return
$form
;
}
$form
[
'#attached'
][
'library'
][]
=
array
(
'system'
,
'ui.dialog'
);
$form
[
'#attached'
][
'js'
][]
=
drupal_get_path
(
'module'
,
'update'
)
.
'/update.manager.js'
;
$form
[
'#attached'
][
'css'
][]
=
drupal_get_path
(
'module'
,
'update'
)
.
'/update.css'
;
// This will be a nested array. The first key is the kind of project, which
...
...
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