Search is a new main page

This commit is contained in:
magnolia-fan
2011-06-15 08:45:31 +04:00
parent 67e8af4f2f
commit 24ae819d1e
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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">
+1 -1
View File
@@ -7,7 +7,7 @@ var beathaven = {
init: function () {
this.drawInterface();
this.adjustSizes();
load404Page();
loadSearchPage();
},
drawInterface: function() {
},