fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
search fixes
[wolnelektury.git]
/
wolnelektury
/
static
/
js
/
widgetInit.js
diff --git
a/wolnelektury/static/js/widgetInit.js
b/wolnelektury/static/js/widgetInit.js
index
074dbeb
..
ab57a30
100644
(file)
--- a/
wolnelektury/static/js/widgetInit.js
+++ b/
wolnelektury/static/js/widgetInit.js
@@
-1,5
+1,5
@@
$(function() {
$(function() {
- $("#id_q").autocomplete({
+ $("#id_q
q
").autocomplete({
source: function(request, response) {
$.ajax({
url: "http://www.wolnelektury.pl/katalog/jtags/",
source: function(request, response) {
$.ajax({
url: "http://www.wolnelektury.pl/katalog/jtags/",
@@
-17,12
+17,12
@@
value: item
}
}))
value: item
}
}))
- }
,
+ }
})
},
minLength: 2,
select: function(event, ui) {
})
},
minLength: 2,
select: function(event, ui) {
- $("#id_q").val(ui.item.value);
+ $("#id_q
q
").val(ui.item.value);
$("#wl-form").submit();
}
});
$("#wl-form").submit();
}
});