Widget typo fix.
[wolnelektury.git] / wolnelektury / static / js / widgetInit.js
index 44857f8..047e6ab 100644 (file)
@@ -22,7 +22,7 @@
                        },
                        minLength: 2,
             select: function(event, ui) {
-                $("#id_q").val(ui.item.value);
+                $("#id_qq").val(ui.item.value);
                 $("#wl-form").submit();
             }                  
                });