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