diff options
Diffstat (limited to 'readmore.js')
-rw-r--r-- | readmore.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/readmore.js b/readmore.js index 13a0001..272893f 100644 --- a/readmore.js +++ b/readmore.js @@ -60,7 +60,7 @@ var current = $(this), maxHeight = (current.css('max-height').replace(/[^-\d\.]/g, '') > current.data('max-height')) ? current.css('max-height').replace(/[^-\d\.]/g, '') : current.data('max-height'), hightMargin = current.data('height-margin'); -console.log(current.data('height-margin')); + current.addClass('readmore-js-section'); if(current.css('max-height') != "none") { |