Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Force upper case letters
  • Loading branch information
pix0r committed Feb 4, 2010
1 parent 16ee688 commit 95a615d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions options_shortcut.html
Expand Up @@ -42,6 +42,7 @@
if (len > 1) {
$(this).val($(this).val().substr(len - 1, 1));
}
$(this).val($(this).val().toUpperCase());
});
});
</script>
Expand Down

0 comments on commit 95a615d

Please sign in to comment.