Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #17 from anthonydahanne/master
Restore panel after successful request
  • Loading branch information
anthonydahanne committed Jul 25, 2013
2 parents c7ec106 + 6bc717a commit a1a5e19
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -168,6 +168,7 @@ Ext
callback : function(options, isSuccess,
response) {
if (isSuccess) {
artifactContainer.showTab(this);
var infoResp = Ext
.decode(response.responseText);
this
Expand Down

0 comments on commit a1a5e19

Please sign in to comment.