Skip to content

Commit

Permalink
More descriptive error message
Browse files Browse the repository at this point in the history
  • Loading branch information
nb committed Sep 11, 2010
1 parent bf7522b commit 94f0110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
}
var add_nope = function(name) {
if (!name) return;
$results.append('<div class="uhoh">Nothing for <strong>'+name+'</strong> :(</div>');
$results.append('<div class="uhoh">There isn&#8217;t a representastion for <strong>'+name+'</strong> in periodic table elements :(</div>');
}
var clear_elements = function() {
$results.html('');
Expand Down

0 comments on commit 94f0110

Please sign in to comment.