diff options
author | jlehner <jakelehner@air-watch.com> | 2014-01-02 15:58:16 -0500 |
---|---|---|
committer | jlehner <jakelehner@air-watch.com> | 2014-01-02 15:58:16 -0500 |
commit | 26689dea155d675f78e95ac7c9482d993bfbc50c (patch) | |
tree | 1980327b5256a046881c18827d6aa77170140508 /readmore.js | |
parent | f43596c21288ee64a8b0b23061c8b8fcc34614a7 (diff) | |
download | Readmore.js-26689dea155d675f78e95ac7c9482d993bfbc50c.zip Readmore.js-26689dea155d675f78e95ac7c9482d993bfbc50c.tar.gz Readmore.js-26689dea155d675f78e95ac7c9482d993bfbc50c.tar.bz2 |
Remove 'console' command left over from most recent changes
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") { |