Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Save_Mathematics/P5/map511m08/map511m8a05/lesson.js
blob: 5209f00a65a21cdef374509bc981f87fe0ee188f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
function initialize(karma) {
  $('<div id="txtMain"/>')
     .appendTo('#content')
     .load('http://localhost:8008/cgi-bin/getFile.py',
     {'filename':'content/Mathematics/map511m08/map511m8a05/a.txt'},
     function(){
    });
};

function startGame(karma) {
};

setUpLesson(initialize, startGame);