diff --git a/javascript/gestion_listes_blocks.js.html b/javascript/gestion_listes_blocks.js.html
index 77639b9fc420f9f0e0bc2dbea883c3b24f5372e3..015b1e69ab2c20c05f4d52fd8a0dd947b89e2f3b 100644
--- a/javascript/gestion_listes_blocks.js.html
+++ b/javascript/gestion_listes_blocks.js.html
@@ -18,7 +18,7 @@ function ordonner_listes_blocks() {
 				Sortable.get(this).destroy();
 			}
 			// pas de tri possible s'il n'y a qu'un seul élément.
-			if ($(this).find('> .objetblock').length < 2) {
+			if ($(this).find('.objetblock').length < 2) {
 				$(this).find('.deplacer_block').hide();
 				return true; // continue
 			} else {