Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Save_Mathematics/P5/map511m13/map511m13a01/lesson.js
diff options
context:
space:
mode:
authorTony Anderson <tony_anderson@usa.net>2011-04-25 15:07:12 (GMT)
committer Tony Anderson <tony_anderson@usa.net>2011-04-25 15:07:12 (GMT)
commit4b6a0f85bbd5822a96bbd6ba68bee5c802a45266 (patch)
tree5caf184d2f92135b5a97c291d75ff245d5e4a31b /Save_Mathematics/P5/map511m13/map511m13a01/lesson.js
parent262cde7bd933a2e8a108cbd8cdf3029a916007de (diff)
removed khan and e-learningHEADmaster
Diffstat (limited to 'Save_Mathematics/P5/map511m13/map511m13a01/lesson.js')
-rw-r--r--Save_Mathematics/P5/map511m13/map511m13a01/lesson.js13
1 files changed, 0 insertions, 13 deletions
diff --git a/Save_Mathematics/P5/map511m13/map511m13a01/lesson.js b/Save_Mathematics/P5/map511m13/map511m13a01/lesson.js
deleted file mode 100644
index 9e2bcad..0000000
--- a/Save_Mathematics/P5/map511m13/map511m13a01/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/map511m13/map511m13a01/a.txt'},
- function(){
- });
-};
-
-function startGame(karma) {
-};
-
-setUpLesson(initialize, startGame);