add noscript hint
Compare changes
@@ -28,6 +28,7 @@ import java.io.Writer;
@@ -68,6 +69,12 @@ public class JdomRepresentation extends WriterRepresentation {
Adds a hint "Please enable JavaScript" to the server's response. This should cover the cases where even the XSL transformation is disabled.
Tests needed to be updated in caosdb-pyinttest!5 (merged)
Go to a browser where XSLT is disabled when JS is disabled (older FF) and disable JS. The hint should be visible
Please, prepare your MR for a review. Be sure to write a summary and a focus and create gitlab comments for the reviewer. They should guide the reviewer through the changes, explain your changes and also point out open questions. For further good practices have a look at our review guidelines
For further good practices have a look at our review guidelines.