Skip to content

Commit

Permalink
Changement du texte par défaut #35
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinMaudry committed Mar 31, 2017
1 parent 88010d5 commit cc257fa
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions web/js/lib.js
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ $(document).ready(function () {
$markdownEditBlocks.each(function(){
var str=$.trim($(this).text());
if(str==""){
$(this).html(markdown.toHTML("Vide")) ;
$(this).html(markdown.toHTML("Double cliquez ici pour éditer ce texte")) ;
}else {
$(this).html(markdown.toHTML($.trim($(this).text())));
}
Expand Down Expand Up @@ -555,10 +555,3 @@ function sendAjaxRequest( url, aData, bFadeLoading)


})(jQuery);







0 comments on commit cc257fa

Please sign in to comment.