Blame view

js/crep.js 67 Bytes
5da68a4a   Jean Wasilewski   Debug of the load...
1
2
3
4
  function loadNewDoc(doc)
  {
  	$("#mainContainer").html(file(doc));
  }