Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove annoying "success" popup
  • Loading branch information
JohnSmith-LT committed Jul 2, 2014
1 parent a88ea0b commit c896b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/js/tree.js
Expand Up @@ -183,7 +183,7 @@ var EDITOR = (function ($, parent) {
type: "POST"
}
).done(function() {
alert( "success" );
//alert( "success" );
})
.fail(function() {
alert( "error" );
Expand Down

0 comments on commit c896b90

Please sign in to comment.