From 52a22f571741d55e7cc0836547743a3e663ad507 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Mon, 6 Jul 2020 12:24:06 +0200 Subject: [PATCH] blocage annulation saisie commentaire --- module/blog/view/article/article.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/blog/view/article/article.php b/module/blog/view/article/article.php index ab4b6982..7de493c8 100755 --- a/module/blog/view/article/article.php +++ b/module/blog/view/article/article.php @@ -67,6 +67,7 @@ 'Commentaire avec maximum '.$this->getData(['module', $this->getUrl(0), $this->getUrl(1), 'maxlengthcomment']).' caractères', 'class' => 'editorWysiwygComment', + 'noDirty' => true, 'maxlength' => $this->getData(['module', $this->getUrl(0), $this->getUrl(1), 'maxlengthcomment']) ]); ?>