Changeset 657

Show
Ignore:
Timestamp:
2008-06-30 00:33:47 (2 months ago)
Author:
arthus
Message:

Removed debugging from magic archives

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plugins/magic_archives/trunk/magicarchives.js

    r656 r657  
    5858    doSearch: function() { 
    5959        var scores = []; 
    60  
    61          
     60     
    6261        magicArchives.posts.filter('.unfiltered').each(function() { 
    6362             
     
    8382         
    8483        $(scores).each(function() { 
    85             if($(this[1]).is(':visible')) { 
    86                 console.log(this); 
    87             } 
    8884            $(this[1]).appendTo($('#archiveItems')); 
    8985        });