Skip to content

Commit

Permalink
Merge branch 'master' of github.com:remy/jsbin
Browse files Browse the repository at this point in the history
  • Loading branch information
remy committed Dec 5, 2012
2 parents 62dc1a2 + e0e27ee commit a9f51b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/js/chrome/save.js
Expand Up @@ -150,7 +150,7 @@ if (!jsbin.saveDisabled) {
}
},
error: function () {
console && console.log('update error');
window._console.error({message: 'Warning: Something went wrong while saving. Your most recent work is not saved.'});
}
});
}
Expand Down Expand Up @@ -250,7 +250,7 @@ function saveCode(method, ajax, ajaxCallback) {
}
},
error: function () {

window._console.error({message: 'Warning: Something went wrong while saving. Your most recent work is not saved.'});
}
});
} else {
Expand Down

0 comments on commit a9f51b6

Please sign in to comment.