From 2012.igem.org
(Difference between revisions)
|
|
Line 86: |
Line 86: |
| } | | } |
| }); | | }); |
- | </script>
| |
- |
| |
- | <!-- MathJax (LaTeX for the web) -->
| |
- | <script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
| |
- | <script type="text/x-mathjax-config">
| |
- | MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}});
| |
- | MathJax.Hub.Config({
| |
- | TeX: {
| |
- | equationNumbers: { autoNumber: "AMS" }
| |
- | }
| |
- | });
| |
- | </script>
| |
- |
| |
- | <script type="text/javascript">
| |
- | $(document).ready(function() {
| |
- | if ((screen.width>1024)) {
| |
- | $(".hidden-navbar").css('display', 'block');
| |
- | }
| |
- | else if ((screen.width<=1024)) {
| |
- | $(".hidden-navbar").css('display', 'none');
| |
- | }
| |
- | });
| |
| </script> | | </script> |
| | | |
Revision as of 11:48, 26 September 2012