Skip to content

Commit

Permalink
Merge branch 'master' into feature/upgrade-rails-4-2-x
Browse files Browse the repository at this point in the history
  • Loading branch information
jechols committed Jan 19, 2017
2 parents 47ef95a + 3c388e1 commit 98768ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class BookReaderManager
)
return @br
search_url: (term) =>
"/document/#{@br.bookId}/fulltext/#{term}.json"
"/document/#{@br.bookId}/fulltext/#{term.trim()}.json"
reductionFactors: ->
[ {reduce: 0.1, autofit: null},
{reduce: 0.25, autofit: null},
Expand Down

0 comments on commit 98768ba

Please sign in to comment.