Team:Grenoble/script
From 2011.igem.org
(Difference between revisions)
Maxime.huet (Talk | contribs) |
Maxime.huet (Talk | contribs) |
||
Line 9: | Line 9: | ||
$(function() { | $(function() { | ||
// initialize scrollable | // initialize scrollable | ||
- | $(". | + | $(".style_diapo").scrollable().navigator(); |
}); | }); | ||
</script> | </script> | ||
Line 62: | Line 62: | ||
}).remove() | }).remove() | ||
}); | }); | ||
+ | </script> | ||
+ | <!-- Empty heading? - Then remove it.. --> | ||
+ | <script type="text/javascript"> | ||
+ | $(document).ready(function() { | ||
+ | if ("" == "</html>{{{1}}}<html>") { | ||
+ | $("#heading").remove(); | ||
+ | } | ||
+ | }); | ||
</script> | </script> | ||
</html> | </html> |
Revision as of 14:26, 22 October 2011