Skip to content

Commit 792659e

Browse files
authored
Update orders.html
1 parent 6cafa0c commit 792659e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/api/orders.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,9 @@
3232
<br>
3333
</div>
3434
<!-- Dynamic Section 2 -->
35-
<div id="staff2" class="dynamic-content">
36-
<h2>Staff2</h2>
35+
<div id="kRxZy_kRxZy" class="dynamic-content">
36+
{"status": 500, "completed-orders": 2, "pending-orders": 0}
3737
<br>
38-
DESCRIPTION HERE
3938
</div>
4039
<!-- Dynamic Section 3 -->
4140
<div id="staff3" class="dynamic-content">
@@ -73,8 +72,8 @@ <h2>Staff3</h2>
7372
$('#MyScratchedAccount').show();
7473
}
7574
// Check if the URL parameter is oranges
76-
else if (dynamicContent == 'staff2') {
77-
$('#staff2').show();
75+
else if (dynamicContent == 'kRxZy_kRxZy') {
76+
$('kRxZy_kRxZy').show();
7877
}
7978
// Check if the URL parameter is bananas
8079
else if (dynamicContent == 'staff3') {

0 commit comments

Comments
 (0)