
A separate (minified) JS to load only the comment count for each `<a href="...#isso-thread">...</a>` link. If there are no comments, return a 404, otherwise return the number JSON formatted. To built `count.ks`, run `r.js -o build.count.js`.
8 lines
111 B
JavaScript
8 lines
111 B
JavaScript
({
|
|
bseUrl: ".",
|
|
name: "lib/almond",
|
|
include: ['count'],
|
|
out: "count.min.js",
|
|
wrap: true
|
|
})
|