Changeset 148

Show
Ignore:
Timestamp:
10/09/07 18:10:36 (15 months ago)
Author:
chris
Message:

Fixed automatic refresh bug 13

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/CHANGELOG

    r147 r148  
    88 
    99* Changed the display of timestamps to match HellaNZB, making them clearer 
     10 
     11* Fixed a bug where the automatic refresh wouldn't update the final queue 
     12  item when it began downloading [ticket:13] 
    1013 
    11141.8 
  • trunk/js/hellaworld.php

    r143 r148  
    113113                        $('#queue').html(queue); 
    114114                        makeSortable(); 
     115                } else { 
     116                        $('#queue').html(''); 
    115117                } 
    116118                if (json.finished && json.finished.length > 0) {