Added styles and js to hide captions

--HG--
branch : kf-captions
This commit is contained in:
Kyle Fiedler
2012-02-22 15:01:56 -05:00
parent 06fa36cee2
commit 3081cc0189
3 changed files with 259 additions and 194 deletions

View File

@@ -1,13 +1,11 @@
<%inherit file="main.html" />
<%block name="js_extra">
<!-- TODO: http://docs.jquery.com/Plugins/Validation -->
<script type="text/javascript">
$(function() {
${init}
});
</script>
</%block>
<%include file="navigation.html" args="active_page='courseware'" />