Skip to content

Commit

Permalink
Delete PHP error message handling
Browse files Browse the repository at this point in the history
  • Loading branch information
rakoo committed May 12, 2012
1 parent 1b82978 commit 96671a7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions _attachments/script/multibin.js
Expand Up @@ -438,10 +438,6 @@ $(function() {

displayMessages(pageKey(), messages);
}
// Display error message from php code.
else if ($('div#errormessage').text().length>1) {
showError($('div#errormessage').text());
}
// Create a new paste.
else {
newPaste();
Expand Down

0 comments on commit 96671a7

Please sign in to comment.