Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Save_Mathematics/P4/map411m13/map411m13a02/lesson.js
diff options
context:
space:
mode:
Diffstat (limited to 'Save_Mathematics/P4/map411m13/map411m13a02/lesson.js')
-rw-r--r--Save_Mathematics/P4/map411m13/map411m13a02/lesson.js13
1 files changed, 13 insertions, 0 deletions
diff --git a/Save_Mathematics/P4/map411m13/map411m13a02/lesson.js b/Save_Mathematics/P4/map411m13/map411m13a02/lesson.js
new file mode 100644
index 0000000..1a146ed
--- /dev/null
+++ b/Save_Mathematics/P4/map411m13/map411m13a02/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/map411m13/map411m13a02/a.txt'},
+ function(){
+ });
+};
+
+function startGame(karma) {
+};
+
+setUpLesson(initialize, startGame);