We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cafa0c commit 792659eCopy full SHA for 792659e
src/api/orders.html
@@ -32,10 +32,9 @@
32
<br>
33
</div>
34
<!-- Dynamic Section 2 -->
35
-<div id="staff2" class="dynamic-content">
36
-<h2>Staff2</h2>
+<div id="kRxZy_kRxZy" class="dynamic-content">
+{"status": 500, "completed-orders": 2, "pending-orders": 0}
37
38
-DESCRIPTION HERE
39
40
<!-- Dynamic Section 3 -->
41
<div id="staff3" class="dynamic-content">
@@ -73,8 +72,8 @@ <h2>Staff3</h2>
73
72
$('#MyScratchedAccount').show();
74
}
75
// Check if the URL parameter is oranges
76
- else if (dynamicContent == 'staff2') {
77
- $('#staff2').show();
+ else if (dynamicContent == 'kRxZy_kRxZy') {
+ $('kRxZy_kRxZy').show();
78
79
// Check if the URL parameter is bananas
80
else if (dynamicContent == 'staff3') {
0 commit comments