diff --git a/prive/javascript/layer.js b/prive/javascript/layer.js
index a4151fa65b4d9d73f2158d55c4fd8c9e3d911555..3225a3bf17c1688899e9f17abf745d358660fd80 100644
--- a/prive/javascript/layer.js
+++ b/prive/javascript/layer.js
@@ -57,7 +57,7 @@ jQuery.fn.showother = function(cible) {
 				.removeClass('blocreplie')
 				.removeClass('togglewait');
 			}
-		);
+		).trigger('deplie');
 	}
 	return this;
 }
@@ -75,7 +75,7 @@ jQuery.fn.hideother = function(cible) {
 				.removeClass('blocdeplie')
 				.removeClass('togglewait');
 			}
-		);
+		).trigger('replie');
 }
 	return this;
 }