From 2874694292a64ea4d9e05cf7a03301a858daf75c Mon Sep 17 00:00:00 2001 From: Franzz Date: Sat, 7 Sep 2019 13:03:52 +0200 Subject: [PATCH] Fix note opening --- masks/course.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/masks/course.html b/masks/course.html index fd3f89b..9480b1a 100644 --- a/masks/course.html +++ b/masks/course.html @@ -24,7 +24,7 @@ oCATC.pageInit = function(asHash, bFirstPage) { Tools.ajax( 'get_note', (asData) => { - oEditor.setContent(asData.ops); + oEditor.setContent(asData.notes); oCATC.feedback('notice', 'Last update on ('+asData.led.substr(11, 5)+')'); }, {id: self.tmp('id_course')},