Bump jQuery to 3.6.0 and jQueryUI to 1.13.1

This commit is contained in:
David Botton 2022-06-21 20:31:57 -04:00
parent 9fef684c68
commit a98ea6b7fc
25 changed files with 4843 additions and 1464 deletions

View file

@ -645,7 +645,8 @@ the browser contents in case of connection loss."
;;;;;;;;;;;;;;;;;;;;;;;;
(defun compiled-boot-html (path content)
"Returns a compiled version of current version of boot.html"
"Returns a compiled version version of boot.html. The compiled boot.html
uses the jQuery CDN instead of the static js files."
"<!doctype HTML>
<HTML>
<HEAD>
@ -654,7 +655,9 @@ the browser contents in case of connection loss."
<meta http-equiv='Expires' content='0' />
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<script src='/js/jquery.min.js' type='text/javascript'></script>
<script src='https://code.jquery.com/jquery-3.6.0.min.js'
integrity='sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4='
crossorigin='anonymous'></script>
<script src='/js/boot.js' type='text/javascript'></script>
<noscript><%= (@ meta) %></noscript>
</HEAD>