1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/5bfe49c79833/ changeset: 5bfe49c79833 user: carlfeberhard date: 2013-03-18 22:46:21 summary: upload: dont refresh history panel from upload_async_message as tool_executed.mako will already do this. affected #: 1 file diff -r ef7f32032b55995657d15af8b173613461dd49af -r 5bfe49c7983310e13f0cc8bc5857ff39da6936a5 lib/galaxy/webapps/galaxy/controllers/tool_runner.py --- a/lib/galaxy/webapps/galaxy/controllers/tool_runner.py +++ b/lib/galaxy/webapps/galaxy/controllers/tool_runner.py @@ -312,4 +312,4 @@ <p><b>Please do not use your browser\'s "stop" or "reload" buttons until the upload is complete, or it may be interrupted.</b></p><p>You may safely continue to use Galaxy while the upload is in progress. Using "stop" and "reload" on pages other than Galaxy is also safe.</p> """ - return trans.show_message( msg, refresh_frames='history' ) + return trans.show_message( msg ) 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.