Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
D
drupal
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
223
Merge Requests
223
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
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