You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WebSubmit requires to have Javascript enabled on the browser client. While it is hoped that this requirement would be removed (see Savannah ticket 3178), it would be nice in the meantime to display a message to the user when visiting a submission page with Javascript disabled:
<noscript>
Submissions requires to have Javascript enabled.
Please enable Javascript on your browser in order to submit.
</noscript>
The text was updated successfully, but these errors were encountered:
For Invenio 2.x we should display warning on top of every page if JavaScript is disabled.
<noscript><divclass="alert">
Submissions requires to have Javascript enabled.
Please enable Javascript on your browser in order to submit.
</div></noscript>
* NEW Adds 'noscript' block to page template to warn users with disabled
JavaScript on their browser. (closesinveniosoftware#1039)
Signed-off-by: Jiri Kuncar <[email protected]>
* NEW Adds 'noscript' block to the page template to warn users with
disabled JavaScript on their browser. (closesinveniosoftware#1039)
Signed-off-by: Jiri Kuncar <[email protected]>
Originally on 2012-05-08
WebSubmit requires to have Javascript enabled on the browser client. While it is hoped that this requirement would be removed (see Savannah ticket 3178), it would be nice in the meantime to display a message to the user when visiting a submission page with Javascript disabled:
The text was updated successfully, but these errors were encountered: