Commit 5027e888 by Arnaud B

fix js lint

parent e26a460e
Pipeline #974 passed with stage
in 22 seconds
...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment