Blame view

templates/html/common-wize/notice.js 359 Bytes
c120d3c68   William Daniau   Utilisation d'une...
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;
  }