From 1e277856bc5e451c83255c1b2b6617fca8dbcfb0 Mon Sep 17 00:00:00 2001 From: Morgan Date: Fri, 27 Sep 2024 10:16:44 +0200 Subject: [PATCH] fix(gnoweb): show contents of source when javascript is disabled (#2860) new result: ![image](https://github.com/user-attachments/assets/8bc4c7bc-e500-4f99-9787-dfcb376a30ea) it wasn't working because the css in app.css was changed from `display: none` to `opacity: 0`.
Contributors' checklist... - [ ] Added new tests, or not needed, or not feasible - [ ] Provided an example (e.g. screenshot) to aid review or the PR is self-explanatory - [ ] Updated the official documentation or not needed - [ ] No breaking changes were made, or a `BREAKING CHANGE: xxx` message was included in the description - [ ] Added references to related issues and PRs - [ ] Provided any useful hints for running manual tests - [ ] Added new benchmarks to [generated graphs](https://gnoland.github.io/benchmarks), if any. More info [here](https://github.com/gnolang/gno/blob/master/.benchmarks/README.md).
--- gno.land/pkg/gnoweb/views/funcs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gno.land/pkg/gnoweb/views/funcs.html b/gno.land/pkg/gnoweb/views/funcs.html index d676fec9a69..626d01d8448 100644 --- a/gno.land/pkg/gnoweb/views/funcs.html +++ b/gno.land/pkg/gnoweb/views/funcs.html @@ -94,7 +94,7 @@