remove trailing whitespace

This commit is contained in:
Matthew Taylor 2016-07-26 11:24:51 -04:00
parent 69ac5b60bd
commit e87a2bce76

View file

@ -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({