web/data/cubicweb.facets.js
changeset 10074 ab956b780d4e
parent 9819 95902c0b991b
parent 10029 832a2a0b7bd2
child 10279 d7479a5ac553
--- a/web/data/cubicweb.facets.js	Wed Jul 30 22:26:18 2014 +0200
+++ b/web/data/cubicweb.facets.js	Mon Dec 01 11:13:10 2014 +0100
@@ -35,7 +35,7 @@
     });
     // pick up hidden inputs (required metadata inputs such as 'facets'
     // but also RangeWidgets)
-    $form.find('input:hidden').each(function() {
+    $form.find('input[type="hidden"]').each(function() {
         names.push(this.name);
         values.push(this.value);
     });