fnp
/
wolnelektury.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
b8bf902
)
fix
author
Marcin Koziej
<marcin@lolownia.org>
Thu, 17 May 2012 14:00:19 +0000
(16:00 +0200)
committer
Marcin Koziej
<marcin@lolownia.org>
Thu, 17 May 2012 14:00:19 +0000
(16:00 +0200)
apps/wolnelektury_core/static/js/search.js
patch
|
blob
|
history
diff --git
a/apps/wolnelektury_core/static/js/search.js
b/apps/wolnelektury_core/static/js/search.js
index
d7b00c2
..
4d001e0
100644
(file)
--- a/
apps/wolnelektury_core/static/js/search.js
+++ b/
apps/wolnelektury_core/static/js/search.js
@@
-25,7
+25,7
@@
var __bind = function (self, fn) {
enter: function(event, ui) {
if (ui.item.url != undefined) {
enter: function(event, ui) {
if (ui.item.url != undefined) {
- location.href = ui.item.url;
+ location.href =
this.options.host+
ui.item.url;
} else {
this.element.closest('form').submit();
}
} else {
this.element.closest('form').submit();
}