commit/galaxy-central: carlfeberhard: history panel: fix to hda update logging typo
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/b3a7c8da804c/ changeset: b3a7c8da804c user: carlfeberhard date: 2013-02-06 18:05:56 summary: history panel: fix to hda update logging typo affected #: 1 file diff -r ae446180fd11e74cfdcb25bf26d23b05889ab798 -r b3a7c8da804caa2330b393ddb2a1fcfefad4e41e static/scripts/mvc/history/history-model.js --- a/static/scripts/mvc/history/history-model.js +++ b/static/scripts/mvc/history/history-model.js @@ -230,7 +230,7 @@ } else { var msg = _l( 'ERROR updating hdas from api history contents' ) + ': '; - history.log( msg, hdaIds, xhr, status, error, errorJSON ); + history.log( msg, hdaIds, xhr, status, error, errorJson ); alert( msg + hdaIds.join(',') ); } }, 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.
participants (1)
-
Bitbucket