Skip to content

Commit

Permalink
bugfix hidden elements
Browse files Browse the repository at this point in the history
  • Loading branch information
FrDH committed Jun 26, 2014
1 parent f14dd50 commit ab0156e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jQuery.dotdotdot",
"main": "src/js/jquery.dotdotdot.js",
"version": "1.6.14",
"version": "1.6.16",
"homepage": "http://dotdotdot.frebsite.nl/",
"authors": [
"Fred Heusschen <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion dotdotdot.jquery.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dotdotdot",
"version": "1.6.14",
"version": "1.6.16",
"title": "jQuery dotdotdot",
"description": "A jQuery plugin for advanced cross-browser ellipsis on multiple line content.",
"homepage": "http://dotdotdot.frebsite.nl",
Expand Down
4 changes: 2 additions & 2 deletions src/js/jquery.dotdotdot.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* jQuery dotdotdot 1.6.15
* jQuery dotdotdot 1.6.16
*
* Copyright (c) Fred Heusschen
* www.frebsite.nl
Expand Down Expand Up @@ -344,7 +344,7 @@
var notx = 'table, thead, tbody, tfoot, tr, col, colgroup, object, embed, param, ol, ul, dl, blockquote, select, optgroup, option, textarea, script, style';

// Don't remove these elements even if they are after the ellipsis
var noty = 'script, :hidden';
var noty = 'script, .dotdotdot-keep';

$elem
.contents()
Expand Down
4 changes: 2 additions & 2 deletions src/js/jquery.dotdotdot.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ab0156e

Please sign in to comment.