Blame view

doc/Wize_Doc_files/_resources/common-spec/notice.js 359 Bytes
7664ca37c   William Daniau   Nouvelle doc et e...
1
2
3
4
5
6
7
8
9
10
  printNotice = function() {
      /* You may put into variable notice a short text that will
       * appears at the end of the page, that can be for example
       * a confidentiality warning or anything
       */ 
      var notice = 
      /*"This document is a wize export of a zim notebook!";*/
      "";
      document.getElementById('foot-notice').innerHTML = notice;
  }