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

function startGame(karma) {
};

setUpLesson(initialize, startGame);