Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion js/jquery.ThreeDots.js
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@
var nr_fixed = num_rows(curr_this, true);

// remember where it all began so that we can see if we ended up exactly where we started
var init_text_span = $(curr_text_span).text();
var init_text_span = ($(curr_this).attr('threedots') === undefined)? $(curr_text_span).text() : $(curr_this).attr('threedots');

// preprocessor
the_bisector(curr_this, curr_text_span, nr_fixed);
Expand Down