This commit is contained in:
Moutonjr Geoff 2019-10-09 21:03:11 +02:00
parent c1a135235c
commit 7f9cd0b65b

View File

@ -1,7 +1,7 @@
// Generator, by Geoff // Generator, by Geoff
$(document).ready(function(){ $(document).ready(function(){
$.getJSON("lessons.jsoni?rgen=" + Math.random(), function(data) { $.getJSON("lessons.json?gen=" + Math.random(), function(data) {
var wordsHtml = ''; var wordsHtml = '';
var sidebarHtml = ''; var sidebarHtml = '';
var lessonIndex = 0; var lessonIndex = 0;