openknowledge-archive / dpr-api

DEPRECATED - Data Package Registry API and Frontend
http://frictionlessdata.io/
MIT License
7 stars 6 forks source link

[xs] fix navbar search box #264

Closed subhankarb closed 7 years ago

subhankarb commented 7 years ago

The search box in navbar was not responding to enter button. The main reason was the javascript search method that attached to search button.

The form input was required mode. So blank search was not working.

Removed the search button, search function in js and required mode.

Another bug found was while clicking main-logo it supposed to redirect to home page. But it was redirecting to '#'. Updated the href to '/'

Ref - #261

rufuspollock commented 7 years ago

@subhankarb good summary. One small suggestion this is a: [s] not [xs] - [xs] is for really small stuff like typos or a trivial rename.