|
|
@ -134,10 +134,6 @@ Page.Manage = new Class({ |
|
|
|
parseProgress: function (progress_object) { |
|
|
|
var folder, temp_array = []; |
|
|
|
|
|
|
|
/* Sort the properties on the progress object into an alphabetic array, ensuring that our folders display in appropriate alphabetic order. |
|
|
|
|
|
|
|
Bugfix for https://github.com/RuudBurger/CouchPotatoServer/issues/1578
|
|
|
|
*/ |
|
|
|
for (folder in progress_object) { |
|
|
|
if (progress_object.hasOwnProperty(folder)) { |
|
|
|
temp_array.push(folder) |
|
|
|