From f9dc2d88938e8e3c139eaff12ed7ecb48eec88cd Mon Sep 17 00:00:00 2001 From: Xavier Morel Date: Wed, 18 Mar 2015 15:57:03 +0100 Subject: [PATCH] [ADD] bank reconciliation, checks handling sections --- _static/misc.js | 32 +++++++++++++++++++++ conf.py | 1 + index.rst | 74 +++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 107 insertions(+) create mode 100644 _static/misc.js 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) + } + + $('