Merge branch 'production'
[wolnelektury.git] / wolnelektury / static / js / widgetInit.js
index 44857f8..0a6e405 100644 (file)
                                                                value: item
                                                        }
                                                }))
-                                       },                                      
+                                       }                                       
                                })
                        },
                        minLength: 2,
             select: function(event, ui) {
-                $("#id_q").val(ui.item.value);
+                $("#id_qq").val(ui.item.value);
                 $("#wl-form").submit();
             }                  
                });