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