dejmail / begrepptjanst

Begreppstjänst för VGR Informatik
0 stars 0 forks source link

Pressing of enter reloads the site irrespective of the content #10

Closed dejmail closed 4 years ago

dejmail commented 4 years ago

When entering a term in the search bar, the possible options come up, ut if one presses Enter at that point, the site is reloaded. Have been unable to capture the event using the Javascript function that actually captures the users typing.

dejmail commented 4 years ago

Olle added a onsubmit="return false;" to the form class in term.html and I added a length check on the captured term (nothing less than 1 character gets sent).

if (request_parameters.q.length > 1) { in the main.js file.