Skip to content

Commit

Permalink
FIX textarea support
Browse files Browse the repository at this point in the history
  • Loading branch information
jonom committed Mar 11, 2016
1 parent 28068a5 commit d1d3fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/text-target-length.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(function($) {
$.entwine('ss.targetlength', function($){

$('div.field.target-length input').entwine({
$('input.target-length, textarea.target-length').entwine({

updateCount: function() {
var field = $(this);
Expand Down

0 comments on commit d1d3fdd

Please sign in to comment.