Commit 8cc1e45a92bdf96a556e4407e3cc97e02989e338
1 parent
e7515eb6
test
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
www/js/main.js
... | ... | @@ -2068,8 +2068,7 @@ $(document).ready(function() |
2068 | 2068 | if( data.length ) |
2069 | 2069 | { |
2070 | 2070 | var html = '<ul class="search_result clearfix">'; |
2071 | - for( var i in data ) | |
2072 | - { | |
2071 | + for( var i in data ) { | |
2073 | 2072 | html += |
2074 | 2073 | '<li class="clearfix">'+ |
2075 | 2074 | '<a href="'+data[i]['alias']+'" title=""><img src="'+data[i]['cover']+'" height="100" alt="'+data[i]['title']+'" /></a>'+ | ... | ... |