Changeset 657
- Timestamp:
- 2008-06-30 00:33:47 (2 months ago)
- Files:
-
- 1 modified
-
plugins/magic_archives/trunk/magicarchives.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
plugins/magic_archives/trunk/magicarchives.js
r656 r657 58 58 doSearch: function() { 59 59 var scores = []; 60 61 60 62 61 magicArchives.posts.filter('.unfiltered').each(function() { 63 62 … … 83 82 84 83 $(scores).each(function() { 85 if($(this[1]).is(':visible')) {86 console.log(this);87 }88 84 $(this[1]).appendTo($('#archiveItems')); 89 85 });
