TYPO!
This commit is contained in:
parent
c1a135235c
commit
7f9cd0b65b
@ -1,7 +1,7 @@
|
||||
// Generator, by Geoff
|
||||
$(document).ready(function(){
|
||||
|
||||
$.getJSON("lessons.jsoni?rgen=" + Math.random(), function(data) {
|
||||
$.getJSON("lessons.json?gen=" + Math.random(), function(data) {
|
||||
var wordsHtml = '';
|
||||
var sidebarHtml = '';
|
||||
var lessonIndex = 0;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user