Skip to content

Commit

Permalink
fix minor bug with processing loader
Browse files Browse the repository at this point in the history
  • Loading branch information
semmypurewal committed Mar 3, 2013
1 parent 9b5fe4b commit d1e753e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ide/javascripts/app/ide/views/ide.js
Expand Up @@ -210,6 +210,9 @@ window.jermaine.util.namespace("window.ide", function (ns) {
console.log(error);
$.colorbox.close();
} else {
if (p) {
p.exit();
}
$("#processing_canvas").focus();
}
},
Expand Down

0 comments on commit d1e753e

Please sign in to comment.