Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
Merge pull request #81 from rossbruniges/char-counts
Browse files Browse the repository at this point in the history
Using max chars instead of chars used - better for for #36
  • Loading branch information
rossbruniges committed Dec 4, 2012
2 parents a9f767a + 9b1d69a commit c106cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gameon/base/static/base/js/forms.js
Expand Up @@ -7,7 +7,7 @@ mgo.formsets = function() {
var current = $(this),
options = {
'maxCharacterSize': current.attr('data-maxlength'),
'displayFormat': '#input of #left characters used',
'displayFormat': '#input of #max characters used',
'originalStyle': 'meta char-count',
'warningStyle': 'warning-style'
};
Expand Down

0 comments on commit c106cdf

Please sign in to comment.