Cache busting for lessons

This commit is contained in:
Moutonjr Geoff 2019-10-09 20:57:01 +02:00
parent a3b52b752f
commit cc0a5fd349

View File

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