From b037e67cab1eac0db83be0caec9f6eef8afd0ef3 Mon Sep 17 00:00:00 2001 From: David Botton Date: Sun, 19 Jun 2022 16:57:29 -0400 Subject: [PATCH] update to latest ace editor --- demos/03-demo.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/03-demo.lisp b/demos/03-demo.lisp index fc058d3..48cf03d 100644 --- a/demos/03-demo.lisp +++ b/demos/03-demo.lisp @@ -182,7 +182,7 @@ ;; git clone https://github.com/ajaxorg/ace-builds/ ;; and uncomment this line and comment out the next: ;; (load-script (html-document body) "/ace-builds/src-noconflict/ace.js") - (load-script (html-document body) "https://pagecdn.io/lib/ace/1.4.12/ace.js") + (load-script (html-document body) "https://cdnjs.cloudflare.com/ajax/libs/ace/1.6.0/ace.js") (add-class body "w3-teal") (let* ((menu (create-gui-menu-bar body)) (icon (create-gui-menu-icon menu :on-click #'do-ide-help-about))