commit bce23d82e4e954eedf1ebe59bbf2ec0465007f6f parent 92e8f47c0df25202ff5b103a547935bbfd00f4b7 Author: Asher Morgan <59518073+ashermorgan@users.noreply.github.com> Date: Wed, 22 May 2024 11:59:30 -0700 Update noscript message Diffstat:
| M | index.html | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/index.html b/index.html @@ -76,12 +76,12 @@ font-weight: bold; } p { - margin: 10px; + margin: 1em; font-weight: bold; } </style> <header>Running Tools</header> - <p>We're sorry but Running Tools doesn't work properly without JavaScript enabled. Please enable it to continue.</p> + <p>Running Tools requires JavaScript. Please enable it to continue.</p> </noscript> <!-- built files will be auto injected -->