]> git.ipfire.org Git - thirdparty/tvheadend.git/commit
mdhelp: many changes, it's starting to be useful
authorJaroslav Kysela <perex@perex.cz>
Mon, 4 Apr 2016 16:18:56 +0000 (18:18 +0200)
committerJaroslav Kysela <perex@perex.cz>
Mon, 4 Apr 2016 16:18:58 +0000 (18:18 +0200)
commit512546ebfb7cd7e78de7ed12a1e6bf72485e2e36
tree9989a918b9cc61db893fc9b695d89657ab08a8c7
parent321668bb9983f5d2427bfbbfbe09ba07ae61f299
mdhelp: many changes, it's starting to be useful

- moved from micromarkdown.js to marked.js
- Help window is auto-resized and positioned
- Help window is exlusive (one)
- some CSS styling for TOC
- added last pages (history) to the TOC float area
- EPG help is fully moved to new mdhelp
Makefile.webui
docs/markdown/epg.md [new file with mode: 0644]
src/webui/doc_md.c
src/webui/static/app/acleditor.js
src/webui/static/app/epg.js
src/webui/static/app/ext.css
src/webui/static/app/marked.js [new file with mode: 0644]
src/webui/static/app/micromarkdown.js [deleted file]
src/webui/static/app/tvheadend.js
src/webui/static/app/wizard.js
support/doc/md_to_c.py