1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/c424fac76079/ Changeset: c424fac76079 User: guerler Date: 2015-01-29 17:39:21+00:00 Summary: Remove spaces Affected #: 2 files diff -r b546c920a9785ed1edc4ec6126b8d58258ea0f5d -r c424fac760796619ded60968ad57c8e9f51e9ca7 client/galaxy/scripts/mvc/upload/upload-view.js --- a/client/galaxy/scripts/mvc/upload/upload-view.js +++ b/client/galaxy/scripts/mvc/upload/upload-view.js @@ -593,7 +593,7 @@ } }); }, - + // update genome for all models updateGenome: function(genome) { var self = this; @@ -603,7 +603,7 @@ } }); }, - + // update uset _updateUser: function() { // backup current history diff -r b546c920a9785ed1edc4ec6126b8d58258ea0f5d -r c424fac760796619ded60968ad57c8e9f51e9ca7 static/scripts/mvc/upload/upload-view.js --- a/static/scripts/mvc/upload/upload-view.js +++ b/static/scripts/mvc/upload/upload-view.js @@ -593,7 +593,7 @@ } }); }, - + // update genome for all models updateGenome: function(genome) { var self = this; @@ -603,7 +603,7 @@ } }); }, - + // update uset _updateUser: function() { // backup current history 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.