This commit is contained in:
parent
845591bce6
commit
3a508767cc
|
@ -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
|
||||
});
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue