Skip to content

Commit

Permalink
Merge d7c41a3 into 6800d7c
Browse files Browse the repository at this point in the history
  • Loading branch information
josokinas committed Aug 25, 2018
2 parents 6800d7c + d7c41a3 commit 251af5a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions geokey/static/js/admin.ui.forms.validate.js
Expand Up @@ -115,8 +115,6 @@ $(function () {

$(form).find('textarea').each(function () {
var length = $(this).val().length;
console.log(length)
console.log($(this).attr('maxlength'))
if (length > $(this).attr('maxlength')) {
valid = false;
$(this).parents('.form-group').addClass('has-error');
Expand Down

0 comments on commit 251af5a

Please sign in to comment.