Template:MissouriMiners2012

From 2012.igem.org

(Difference between revisions)
Line 97: Line 97:
// Center the top section.
// Center the top section.
$('#top-section').addClass('centered');
$('#top-section').addClass('centered');
 +
 +
// Scripting.
 +
$.ajaxSetup({async: false});
 +
$.getScript('https://2012.igem.org/wiki/index.php?title=Team:Missouri_Miners/Supersubs&action=raw&ctype=text/javascript');
 +
$.getScript('https://2012.igem.org/wiki/index.php?title=Team:Missouri_Miners/HoverIntent&action=raw&ctype=text/javascript');
 +
$.getScript('https://2012.igem.org/wiki/index.php?title=Team:Missouri_Miners/Superfish&action=raw&ctype=text/javascript');
 +
$.ajaxSetup({async: true});
             });
             });
         </script>
         </script>

Revision as of 22:37, 28 September 2012