Skip to content

Commit

Permalink
Merge pull request Perl-Evozon#64 from danfumarel/master
Browse files Browse the repository at this point in the history
added elipsis in search
  • Loading branch information
drforr committed Feb 25, 2016
2 parents 3c402cd + 52ce6ff commit e3ea735
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions public/blog/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,10 @@ function getUserPosts(searchTerm, pageNumber, removeExistingPosts) {
}
$('#tab-content1 .progressloader').hide();
$('#search-more-posts').attr("data-posts-number", pageNumber);
$(".truncate").dotdotdot({
ellipsis : '... ',
});


})
.fail(function () {
Expand Down

0 comments on commit e3ea735

Please sign in to comment.