This commit is contained in:
Jiiks 2015-08-25 12:54:09 +03:00
parent 845591bce6
commit 3a508767cc
1 changed files with 2 additions and 2 deletions

View File

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