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

View File

@ -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">

View File

@ -7,7 +7,7 @@ var beathaven = {
init: function () { init: function () {
this.drawInterface(); this.drawInterface();
this.adjustSizes(); this.adjustSizes();
load404Page(); loadSearchPage();
}, },
drawInterface: function() { drawInterface: function() {
}, },