1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/443f25d46082/ Changeset: 443f25d46082 User: guerler Date: 2015-01-23 20:15:31+00:00 Summary: Upload: Remove spaces Affected #: 2 files diff -r 669da7067315a6ce236a2ee753e9af6264279c01 -r 443f25d4608260ee699cf125166d76df003d2ef9 client/galaxy/scripts/mvc/upload/upload-ftp.js --- a/client/galaxy/scripts/mvc/upload/upload-ftp.js +++ b/client/galaxy/scripts/mvc/upload/upload-ftp.js @@ -122,13 +122,13 @@ size : ftp_file.size, path : ftp_file.path }]); - + // add new icon class $icon.addClass(self.options.class_remove); } else { // remove self.app.collection.remove(model_index); - + // add new icon class $icon.addClass(self.options.class_add); } diff -r 669da7067315a6ce236a2ee753e9af6264279c01 -r 443f25d4608260ee699cf125166d76df003d2ef9 static/scripts/mvc/upload/upload-ftp.js --- a/static/scripts/mvc/upload/upload-ftp.js +++ b/static/scripts/mvc/upload/upload-ftp.js @@ -122,13 +122,13 @@ size : ftp_file.size, path : ftp_file.path }]); - + // add new icon class $icon.addClass(self.options.class_remove); } else { // remove self.app.collection.remove(model_index); - + // add new icon class $icon.addClass(self.options.class_add); } Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.