Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Save_Mathematics/P6/map611m02/map611m02a02/lesson.js
diff options
context:
space:
mode:
Diffstat (limited to 'Save_Mathematics/P6/map611m02/map611m02a02/lesson.js')
-rw-r--r--Save_Mathematics/P6/map611m02/map611m02a02/lesson.js13
1 files changed, 0 insertions, 13 deletions
diff --git a/Save_Mathematics/P6/map611m02/map611m02a02/lesson.js b/Save_Mathematics/P6/map611m02/map611m02a02/lesson.js
deleted file mode 100644
index ec976d2..0000000
--- a/Save_Mathematics/P6/map611m02/map611m02a02/lesson.js
+++ /dev/null
@@ -1,13 +0,0 @@
-function initialize(karma) {
- $('<div id="txtMain"/>')
- .appendTo('#content')
- .load('http://localhost:8008/cgi-bin/getFile.py',
- {'filename':'content/Mathematics/map611m02/map611m02a02/a.txt'},
- function(){
- });
-};
-
-function startGame(karma) {
-};
-
-setUpLesson(initialize, startGame);