mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
remove trailing whitespace
This commit is contained in:
parent
69ac5b60bd
commit
e87a2bce76
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ var Navigation = React.createClass({
|
|||
this.closeRegistration();
|
||||
},
|
||||
onSearchSubmit: function (formData) {
|
||||
window.location.href = '/search/projects?q=' + formData.q;
|
||||
window.location.href = '/search/projects?q=' + formData.q;
|
||||
},
|
||||
render: function () {
|
||||
var classes = classNames({
|
||||
|
|
Loading…
Reference in a new issue