Skip to content

Commit

Permalink
Display a warning message when Javascript is disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
peastman committed Oct 3, 2013
1 parent bf424e2 commit 9bb7859
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions html/start.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
}
}
</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>
Expand Down

0 comments on commit 9bb7859

Please sign in to comment.