fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
autocomplete doesnt support jsonp, handler added
[wolnelektury.git]
/
apps
/
wolnelektury_core
/
static
/
js
/
search.js
diff --git
a/apps/wolnelektury_core/static/js/search.js
b/apps/wolnelektury_core/static/js/search.js
index
293b9e3
..
dc9fac2
100644
(file)
--- a/
apps/wolnelektury_core/static/js/search.js
+++ b/
apps/wolnelektury_core/static/js/search.js
@@
-7,6
+7,7
@@
var __bind = function (self, fn) {
$.widget("wl.search", {
options: {
minLength: 0,
$.widget("wl.search", {
options: {
minLength: 0,
+ dataType: "json",
},
_create: function() {
},
_create: function() {
@@
-14,7
+15,7
@@
var __bind = function (self, fn) {
minLength: this.options.minLength,
select: __bind(this, this.enter),
focus: function() { return false; },
minLength: this.options.minLength,
select: __bind(this, this.enter),
focus: function() { return false; },
- source: this.element.data('source'),
+
source: this.element.data('source'),
};
this.element.autocomplete($.extend(opts, this.options))
};
this.element.autocomplete($.extend(opts, this.options))