autocomplete, continued
This commit is contained in:
parent
c533678f44
commit
133753350b
2 changed files with 17 additions and 9 deletions
|
|
@ -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") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue