aboutsummaryrefslogtreecommitdiff
path: root/a.html
diff options
context:
space:
mode:
Diffstat (limited to 'a.html')
-rw-r--r--a.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/a.html b/a.html
index 25f7b89..e0a7f6f 100644
--- a/a.html
+++ b/a.html
@@ -5,10 +5,10 @@
<meta name="version" content="A">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="appointments.css">
- <title>A</title>
+ <title>Version A</title>
<script src="record.js" defer></script>
- <script src="submit.js"></script>
+ <script src="submit.js" defer></script>
</head>
<body>
<div class="screen-container">
@@ -211,8 +211,8 @@
</div>
<div class="appointment-buttons">
- <input type="button" value="See Appointment" class="defunct-button" />
- <input type="button" value="Schedule Appointment" class="defunct-button" />
+ <input type="button" onclick="fail(event)" value="See Appointment" class="defunct-button" />
+ <input type="button" onclick="fail(event)" value="Schedule Appointment" class="defunct-button" />
</div>
</div>
@@ -239,7 +239,7 @@
<button autofocus onclick="suc(event)" class="dialog-button">OK</button>
</dialog>
<div class="appointment-buttons">
- <input type="button" value="See Appointment" class="defunct-button" />
+ <input type="button" onclick="fail(event)" value="See Appointment" class="defunct-button" />
<input type="button" value="Schedule Appointment" class="working-button" id="working-button" />
</div>
</div>