File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 27
27
{"status": 400, "error": "Invaild Request - Username does not exist in orders database"}
28
28
</ div >
29
29
<!-- MyScratchedAccount's Completed Orders -->
30
- < div id ="myscratchedaccount " class ="dynamic-content ">
30
+ < div id ="MyScratchedAccount " class ="dynamic-content ">
31
31
{"status": 500, "completed-orders": 6, "pending-orders": 0}
32
32
< br >
33
33
</ div >
@@ -69,8 +69,8 @@ <h2>Staff3</h2>
69
69
$ ( document ) . ready ( function ( ) {
70
70
71
71
// Check if the URL parameter is apples
72
- if ( dynamicContent == 'myscratchedaccount ' ) {
73
- $ ( '#myscratchedaccount ' ) . show ( ) ;
72
+ if ( dynamicContent == 'MyScratchedAccount ' ) {
73
+ $ ( '#MyScratchedAccount ' ) . show ( ) ;
74
74
}
75
75
// Check if the URL parameter is oranges
76
76
else if ( dynamicContent == 'staff2' ) {
You can’t perform that action at this time.
0 commit comments