Skip to content

Commit

Permalink
update lead time
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulWieland committed Feb 24, 2024
1 parent a6740ef commit adef786
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 15 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# ORDER
### LEAD TIME NOTICE:
<!-- ### LEAD TIME NOTICE:
Please allow a week for shipment. If you already placed an order, please check [the order status page](order_status.html) for current order status.
### PURCHASE
> **BACK ORDER NOTICE - Please allow 1 week for shipment**
**BACK ORDER NOTICE - Please allow 1 week for shipment** -->
> * [ratgdo v2.5 control board with installation kit](https://square.link/u/FKqlMSWT) $45

Expand Down
16 changes: 3 additions & 13 deletions docs/order_status.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,10 @@ <h2 id="last_update"></h2>
return result;
}

var data = `last update 2024-02-18
var data = `last update 2024-02-24
order date production % state
2024-02-07 100% in transit for kitting
2024-02-08 100% in transit for kitting
2024-02-09 100% in transit for kitting
2024-02-10 100% in transit for kitting
2024-02-11 100% in transit for kitting
2024-02-12 100% in transit for kitting
2024-02-13 100% in transit for kitting
2024-02-14 100% in transit for kitting
2024-02-15 100% in transit for kitting
2024-02-16 100% in transit for kitting
2024-02-17 100% in transit for kitting
2024-02-18 100% in transit for kitting`.split("\n");
2024-02-24 100% kitting
`.split("\n");

var table = $("#order_status tbody");
$("#last_update").html(data.shift());
Expand Down

0 comments on commit adef786

Please sign in to comment.