autocomplete, continued

This commit is contained in:
Rolux 2010-02-19 16:04:51 +05:30
commit 133753350b
2 changed files with 17 additions and 9 deletions

View file

@ -398,8 +398,9 @@
clear: true,
highlight: true,
id: "citystate",
placeholder: ["City", "State"]
}).addClass("margin").width(128).appendTo(mainPanel);
placeholder: ["City", "State"],
selected: 1
}).addClass("margin").width(160).appendTo(mainPanel);
//*/
function switchTheme() {
if (Ox.theme() == "classic") {