Commit 9bb7859d by Peter Eastman

Display a warning message when Javascript is disabled

parent bf424e2f
......@@ -12,6 +12,12 @@ function enableInputs() {
}
}
</script>
<noscript>
<div style='color:red'>
<h1>Javascript Disabled</h1>
PDBFixer requires Javascript to operate. Please enable Javascript in your browser, then reload this page.
</div>
</noscript>
<h1>Welcome To PDBFixer!</h1>
Select a PDB file to load. It will be analyzed for problems.
<p>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment