From aec2bdeb1ec2150733733c7e5bdb6cb148ce0707 Mon Sep 17 00:00:00 2001 From: Marcin Koziej Date: Thu, 17 May 2012 16:00:19 +0200 Subject: [PATCH] fix --- apps/wolnelektury_core/static/js/search.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/wolnelektury_core/static/js/search.js b/apps/wolnelektury_core/static/js/search.js index d7b00c2d0..4d001e0c0 100644 --- 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) { - location.href = ui.item.url; + location.href = this.options.host+ui.item.url; } else { this.element.closest('form').submit(); } -- 2.20.1