namecoin.org
namecoin.org copied to clipboard
Look into removing <noscript> elements
Quoting @hlandau in https://github.com/namecoin/namecoin.org/pull/174 :
As a general rule, I think it's better to avoid use of noscript, since it creates the risk of a state where the browser thinks JavaScript is enabled but it failed to load for some reason.
Progressive optimization works fine; you can omit the tag and it'll get changed via JavaScript anyway.