We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a363ba3 commit 183b32bCopy full SHA for 183b32b
src/api/orders.html
@@ -27,7 +27,7 @@
27
{"status": 400, "error": "Invaild Request - Username does not exist in orders database"}
28
</div>
29
<!-- MyScratchedAccount's Completed Orders -->
30
-<div id="myscratchedaccount" class="dynamic-content">
+<div id="MyScratchedAccount" class="dynamic-content">
31
{"status": 500, "completed-orders": 6, "pending-orders": 0}
32
<br>
33
@@ -69,8 +69,8 @@ <h2>Staff3</h2>
69
$(document).ready(function() {
70
71
// Check if the URL parameter is apples
72
- if (dynamicContent == 'myscratchedaccount') {
73
- $('#myscratchedaccount').show();
+ if (dynamicContent == 'MyScratchedAccount') {
+ $('#MyScratchedAccount').show();
74
}
75
// Check if the URL parameter is oranges
76
else if (dynamicContent == 'staff2') {
0 commit comments