Blame view

templates/html/common-blue/notice.js 359 Bytes
3fa08b0f7   William Daniau   Ajout d'un thème ...
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;
  }