Skip to content

Commit

Permalink
Merge pull request #3 from ljacomet/restorePanel
Browse files Browse the repository at this point in the history
Restore panel after successful request
  • Loading branch information
anthonydahanne committed Jul 25, 2013
2 parents d0ee798 + 966090d commit 6bc717a
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 6bc717a

Please sign in to comment.