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 +});