Minor updates to comments.

This commit is contained in:
David Botton 2021-11-02 21:48:31 -04:00
parent aca581216d
commit a31218ba3d
13 changed files with 32 additions and 20 deletions

View file

@ -7,7 +7,7 @@
;;; <script src="/js/boot.js" type="text/javascript"></script>
;;;
;;; The first line adds jquery which CLOG uses to enhance browser compatability.
;;; The second line adds the "boot" file.
;;; The second line adds the CLOG "boot" file.
;;;
;;; For this tutorial we generated the clog/static-files/tutorial/tut-11.html
;;; by using the form generator at https://bootsnipp.com/forms?version=3
@ -15,6 +15,8 @@
;;; and added CLOG's boot.js script line. It was neccesary to add an id to the
;;; form (id='form1') as the generator did not add one.
;;;
;;; In the code below:
;;;
;;; - We set a blank on-submit to overide the behavior in the bootstrap
;;; buttons to submit the form HTML style.
;;; - We are going to attach to the "Good Button" an on-click handler
@ -24,8 +26,8 @@
;;; - We attach an on-click handler that resets the form to the
;;; "Scary Button"
;;;
;;; - We go in the browser to the file
;;; "http://127.0.0.1:8080/tutorial/tut-11.html"
;;; We go in the browser to the file
;;; "http://127.0.0.1:8080/tutorial/tut-11.html"
(defpackage #:clog-user
(:use #:cl #:clog)