Commit c120d3c680e78c5d55ebeb4f78bffd19b18fb699

Authored by William Daniau
1 parent 5094a59073
Exists in master

Utilisation d'une fonction javascript pour la notice de bas de page

Showing 1 changed file with 10 additions and 0 deletions Inline Diff

templates/html/common-wize/notice.js
File was created 1 printNotice = function() {
2 /* You may put into variable notice a short text that will
3 * appears at the end of the page, that can be for example
4 * a confidentiality warning or anything
5 */
6 var notice =
7 /*"This document is a wize export of a zim notebook!";*/
8 "";
9 document.getElementById('foot-notice').innerHTML = notice;
10 }