Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Save_Mathematics/P6/map612m01/map612m01a01/lesson.js
diff options
context:
space:
mode:
authorTony Anderson <tony_anderson@usa.net>2011-04-25 14:26:34 (GMT)
committer Tony Anderson <tony_anderson@usa.net>2011-04-25 14:26:34 (GMT)
commit262cde7bd933a2e8a108cbd8cdf3029a916007de (patch)
treeed49be8cc0112c91f47350a84d2660033b09e4ab /Save_Mathematics/P6/map612m01/map612m01a01/lesson.js
initial commit for sugarlabs
Diffstat (limited to 'Save_Mathematics/P6/map612m01/map612m01a01/lesson.js')
-rw-r--r--Save_Mathematics/P6/map612m01/map612m01a01/lesson.js13
1 files changed, 13 insertions, 0 deletions
diff --git a/Save_Mathematics/P6/map612m01/map612m01a01/lesson.js b/Save_Mathematics/P6/map612m01/map612m01a01/lesson.js
new file mode 100644
index 0000000..35e5c5c
--- /dev/null
+++ b/Save_Mathematics/P6/map612m01/map612m01a01/lesson.js
@@ -0,0 +1,13 @@
+function initialize(karma) {
+ $('<div id="txtMain"/>')
+ .appendTo('#content')
+ .load('http://localhost:8008/cgi-bin/getFile.py',
+ {'filename':'content/Mathematics/map612m01/map612m01a01/a.txt'},
+ function(){
+ });
+};
+
+function startGame(karma) {
+};
+
+setUpLesson(initialize, startGame);