From 3a508767cced14396db742cd8db61f4961f5fbc2 Mon Sep 17 00:00:00 2001 From: Jiiks Date: Tue, 25 Aug 2015 12:54:09 +0300 Subject: [PATCH] s --- js/autocomplete.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/autocomplete.js b/js/autocomplete.js index 2f5eb280..3db3107e 100644 --- a/js/autocomplete.js +++ b/js/autocomplete.js @@ -10,7 +10,7 @@ $(function () { var posString = "left+" + newX + "px top+" + newY + "px"; $(this).autocomplete("option", "position", { my: "left top", - at: posString + at: "left top" }); }); @@ -18,4 +18,4 @@ $(function () { source: availableTags }); }); -}); \ No newline at end of file +});