Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
drupal
Commits
e0447089
Commit
e0447089
authored
Feb 25, 2014
by
alexpott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#2091971
by nod_, mdrummond, katzilla: Remove ID in progress-bar.html.twig .
parent
bac3a5de
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
core/misc/batch.js
core/misc/batch.js
+1
-1
core/modules/system/templates/progress-bar.html.twig
core/modules/system/templates/progress-bar.html.twig
+1
-1
No files found.
core/misc/batch.js
View file @
e0447089
...
...
@@ -11,7 +11,7 @@
Drupal
.
behaviors
.
batch
=
{
attach
:
function
(
context
,
settings
)
{
var
batch
=
settings
.
batch
;
var
$progress
=
$
(
'
#
progress
'
).
once
(
'
batch
'
);
var
$progress
=
$
(
'
[data-drupal-
progress
]
'
).
once
(
'
batch
'
);
var
progressBar
;
// Success: redirect to the summary.
...
...
core/modules/system/templates/progress-bar.html.twig
View file @
e0447089
...
...
@@ -13,7 +13,7 @@
* @ingroup themeable
*/
#}
<div
id
=
"progress"
class=
"
progress
"
>
<div
class
=
"progress"
data-drupal-
progress
>
{%
if
label
%}
<div
class=
"progress__label"
>
{{
label
}}
</div>
{%
endif
%}
...
...
Write
Preview
Markdown
is supported
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