SaschaWillems / glCapsViewer

C++ port of the OpenGL hardware capability viewer
GNU Lesser General Public License v3.0
103 stars 28 forks source link

Database should be explorable without any JavaScript #26

Closed KOLANICH closed 3 years ago

SaschaWillems commented 5 years ago

Can you elaborate? The web page is the front-end to the database, along with a few m2m apis.

KOLANICH commented 5 years ago

The webpage doesn't worrk when JS is disabled. It should work. For example there should be code generating html server side and a form with action and <input type="submit"/> button. It doesn't mean that there should be no AJAX, if JS is enabled, you still can use it.

SaschaWillems commented 3 years ago

I don't have plans to change this behaviour.