Search is a new main page
This commit is contained in:
parent
67e8af4f2f
commit
24ae819d1e
@ -9,6 +9,7 @@ $('#search_field').autocomplete({
|
|||||||
deferRequestBy: 150, // Задержка запроса (мсек)
|
deferRequestBy: 150, // Задержка запроса (мсек)
|
||||||
onSelect: loadArtistData
|
onSelect: loadArtistData
|
||||||
});
|
});
|
||||||
|
$('#search_field').focus();
|
||||||
</script>
|
</script>
|
||||||
<div id="search-container">
|
<div id="search-container">
|
||||||
<form action="" method="post" id="search_form">
|
<form action="" method="post" id="search_form">
|
||||||
|
@ -7,7 +7,7 @@ var beathaven = {
|
|||||||
init: function () {
|
init: function () {
|
||||||
this.drawInterface();
|
this.drawInterface();
|
||||||
this.adjustSizes();
|
this.adjustSizes();
|
||||||
load404Page();
|
loadSearchPage();
|
||||||
},
|
},
|
||||||
drawInterface: function() {
|
drawInterface: function() {
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user