dejmail / begrepptjanst

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

Code the JS so that navigating to the URLs actually loads all the HTML and only a portion. #36

Closed dejmail closed 4 years ago

dejmail commented 4 years ago

Navigating to the URL of a particular definition yields nothing as this is a JS call, and is loaded on the frontend, so we either need to recode how we handle links or find another way so that the url actually leads to the display of the information requested.

dejmail commented 4 years ago

Seems to be a feature of modern websites. Can't always have a JS on the first page as some code functions rely on state, or at least the presence of whatever they're watching out for. I'm closing this for now.