fnp
/
wolnelektury.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc41499
)
Widget typo fix.
author
Lukasz Anwajler
<lukasz@anwajler.com>
Mon, 30 Aug 2010 01:39:44 +0000
(20:39 -0500)
committer
Lukasz Anwajler
<lukasz@anwajler.com>
Mon, 30 Aug 2010 01:39:44 +0000
(20:39 -0500)
wolnelektury/static/js/widgetInit.js
patch
|
blob
|
history
diff --git
a/wolnelektury/static/js/widgetInit.js
b/wolnelektury/static/js/widgetInit.js
index
44857f8
..
047e6ab
100644
(file)
--- a/
wolnelektury/static/js/widgetInit.js
+++ b/
wolnelektury/static/js/widgetInit.js
@@
-22,7
+22,7
@@
},
minLength: 2,
select: function(event, ui) {
- $("#id_q").val(ui.item.value);
+ $("#id_q
q
").val(ui.item.value);
$("#wl-form").submit();
}
});