diff --git a/js/crep.js b/js/crep.js index 64eedc6..c16dec1 100644 --- a/js/crep.js +++ b/js/crep.js @@ -18,6 +18,12 @@ function loadNewDoc(doc) { return false } +function addNews() +{ + var elem = "

En cours d'édition

"; + $("#mainContainer").append(elem); +} + $().ready(function() { // Navigue vers la page indiquée dans l'URL en cas de refresh if (window.location.hash) { -- libgit2 0.21.2