Changeset 148
- Timestamp:
- 10/09/07 18:10:36 (15 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
CHANGELOG (modified) (1 diff)
-
js/hellaworld.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/CHANGELOG
r147 r148 8 8 9 9 * 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] 10 13 11 14 1.8 -
trunk/js/hellaworld.php
r143 r148 113 113 $('#queue').html(queue); 114 114 makeSortable(); 115 } else { 116 $('#queue').html(''); 115 117 } 116 118 if (json.finished && json.finished.length > 0) {
