Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
third-party
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cooperatic-foodcoops
third-party
Commits
5027e888
Commit
5027e888
authored
May 24, 2021
by
Arnaud B
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix js lint
parent
e26a460e
Pipeline
#974
passed with stage
in 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
reception_produits.js
reception/static/js/reception_produits.js
+0
-4
No files found.
reception/static/js/reception_produits.js
View file @
5027e888
...
@@ -1552,10 +1552,6 @@ $(document).ready(function() {
...
@@ -1552,10 +1552,6 @@ $(document).ready(function() {
case
"valid_pending"
:
// Step 3, state with user validation
case
"valid_pending"
:
// Step 3, state with user validation
// Header
// Header
document
.
getElementById
(
'header_step_two'
).
classList
.
add
(
'step_two_active'
);
document
.
getElementById
(
'header_step_two'
).
classList
.
add
(
'step_two_active'
);
var
check_icon
=
document
.
createElement
(
'i'
);
check_icon
.
className
=
'far fa-check-circle'
;
document
.
getElementById
(
'header_step_one_content'
).
appendChild
(
check_icon
);
// Products lists containers
// Products lists containers
document
.
getElementById
(
'container_left'
).
style
.
border
=
"3px solid #0275D8"
;
// container qty_checked
document
.
getElementById
(
'container_left'
).
style
.
border
=
"3px solid #0275D8"
;
// container qty_checked
...
...
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