From 3425e1dc8561056f1985f0845c4d36d079c710a7 Mon Sep 17 00:00:00 2001 From: crowfeathers00 <56939086+crowfeathers00@users.noreply.github.com> Date: Wed, 30 Oct 2019 16:58:32 -0400 Subject: [PATCH] Index HTML question 8 --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index b9af166..0022e17 100644 --- a/index.html +++ b/index.html @@ -68,6 +68,6 @@ </tr> </table> <!--Question 6--> - <button onclick="goToCCI()">Click me</button> + <button onclick="getBooks()">Click me</button> </body> </html> -- GitLab