diff --git a/_static/misc.js b/_static/misc.js new file mode 100644 index 000000000..c3d559f9a --- /dev/null +++ b/_static/misc.js @@ -0,0 +1,32 @@ +(function () { + document.addEventListener('DOMContentLoaded', function () { + var $section = $('.checks-handling'); + if (!$section.length) { return; } + + var $ul = $section.find('ul') + .find('li').each(function () { + var txt = this.textContent; + while (this.firstChild) { + this.removeChild(this.firstChild) + } + + $('