Commit a226cba3fc161a421ae564fd1b78b31486f14dee
1 parent
76d18e6e
Exists in
master
and in
11 other branches
revert abstract limtation
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
js/main.js
... | ... | @@ -154,7 +154,7 @@ function loadRandomProposal(topic_id, private_token) { |
154 | 154 | |
155 | 155 | var article = data.articles[0]; |
156 | 156 | $('.random-proposal').html(supportProposalTemplate(article)); |
157 | - $(".abstract").dotdotdot({height: 200}); | |
157 | + $(".abstract").dotdotdot(); | |
158 | 158 | $(document.body).off('click', '.vote-actions .skip'); |
159 | 159 | $(document.body).on('click', '.vote-actions .skip', function(e) { |
160 | 160 | loadRandomProposal(topic_id, private_token); | ... | ... |