Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/chakra/grade1mathematics.html
diff options
context:
space:
mode:
authorchristophd@sugarlabs.org <christophd@sugarlabs.org>2009-09-03 07:48:55 (GMT)
committer christophd@sugarlabs.org <christophd@sugarlabs.org>2009-09-03 07:48:55 (GMT)
commit93482766ed8729c0bf34b4d3ff569a0c73276000 (patch)
treef5b002e06ded092082140c7988f776d0fd59d3db /chakra/grade1mathematics.html
parentd8f598902d77f6b89e4b4e0dfc3dac0620960d01 (diff)
default week and lesson tabs now load automatically (after deleting a javascript that was remain from previous experimentation)
Diffstat (limited to 'chakra/grade1mathematics.html')
-rw-r--r--chakra/grade1mathematics.html28
1 files changed, 2 insertions, 26 deletions
diff --git a/chakra/grade1mathematics.html b/chakra/grade1mathematics.html
index 96f7ff0..c63aa5e 100644
--- a/chakra/grade1mathematics.html
+++ b/chakra/grade1mathematics.html
@@ -290,34 +290,10 @@ Can and can't
</div>
<script type="text/javascript">
-$('#week_select').change(function() {
- $('#weeks div').hide();
- var e = '#' + $(':selected', $(this)).attr('value');
- $(e).show();
-
- $('div#lesson').show();
- $('div#preview').show();
- $('div#lessonname').show();
- //TODO: need to optimize
-});
-
-$('#weeks div').hide();
-</script>
-
-<script type="text/javascript">
$(document).ready(function() {
- $('#weeks div').hide();
- var e = '#' + $(':selected', $(this)).attr('value');
- $(e).show();
-
- $('div#lesson').show();
- $('div#preview').show();
- $('div#lessonname').show();
- //TODO: need to optimize
+ //$('#weeksA').show();
+ //$('#week1').show();
});
-
-$('#weeks div').hide();
-
</script>
<script type="text/javascript">