Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Save_Mathematics/P4/map411m13/map411m13a02/lesson.js
blob: 1a146edf28c7becb460d19d863caff5ee385bcec (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/map411m13/map411m13a02/a.txt'},
     function(){
    });
};

function startGame(karma) {
};

setUpLesson(initialize, startGame);