Browse Source

Indentation cleanup

pull/2497/merge
Ruud 12 years ago
parent
commit
0065ff5086
  1. 4
      couchpotato/static/scripts/page/manage.js

4
couchpotato/static/scripts/page/manage.js

@ -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)

Loading…
Cancel
Save