Widget typo fix.
authorLukasz Anwajler <lukasz@anwajler.com>
Mon, 30 Aug 2010 01:39:44 +0000 (20:39 -0500)
committerLukasz Anwajler <lukasz@anwajler.com>
Mon, 30 Aug 2010 01:39:44 +0000 (20:39 -0500)
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();
             }                  
                });