From 6c0706317671b11b686bc7f7c2c1b8c0927f2af5 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Fri, 11 Jun 2021 14:33:19 +0200 Subject: [PATCH] update build --- html/cljs-ajax.html | 23 + index.html | 25 + js/scittle.cljs-ajax.js | 183 ++++ js/scittle.js | 2308 ++++++++++++++++++++------------------- js/scittle.reagent.js | 99 +- report.html | 2 +- 6 files changed, 1462 insertions(+), 1178 deletions(-) create mode 100644 html/cljs-ajax.html create mode 100644 js/scittle.cljs-ajax.js diff --git a/html/cljs-ajax.html b/html/cljs-ajax.html new file mode 100644 index 0000000..46f0bbf --- /dev/null +++ b/html/cljs-ajax.html @@ -0,0 +1,23 @@ + + + + + + + + + + diff --git a/index.html b/index.html index 8cf95df..fc563d8 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,7 @@ + @@ -98,6 +111,18 @@
+ +

Cljs-ajax plugin

+ + To enable cljs-ajax, + in addition to scittle.js, you need to include scittle.cljs-ajax.js: + +
+ + +

Examples