Fixed autocomplete bug

This commit is contained in:
magnolia-fan
2011-06-16 04:31:37 +04:00
parent 2f4411472a
commit 5bd2852894
3 changed files with 353 additions and 353 deletions
+1
View File
@@ -2,6 +2,7 @@ var Ajax = {
loadArtistData: function(name) {
$('#search-container input').attr('disabled', 'disabled').blur();
$('#search-container img').show();
console.log(1);
name = name.replace(' ', '+');
Ajax.setArchor('/artist/'+ name +'/');
$.get('/artist/'+ name +'/', function(data){