Skip to content

Commit

Permalink
fixes #507
Browse files Browse the repository at this point in the history
  • Loading branch information
henriyli committed Apr 20, 2016
1 parent 3d4b091 commit 54ac4d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resource/js/docready.js
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ $(function() { // DOCUMENT READY

var searchTerm = "";
if (getUrlParams().q) {
searchTerm = decodeURI(getUrlParams().q);
searchTerm = decodeURI(getUrlParams().q.replace('+', ' '));
}

// disables the button with an empty search form
Expand Down

0 comments on commit 54ac4d1

Please sign in to comment.