Skip to content
Snippets Groups Projects
Commit cb59e1ba authored by Benjamin Baer's avatar Benjamin Baer
Browse files

also added code correction

parent 87548a8a
No related branches found
No related tags found
2 merge requests!736New version v24.5.0,!695B18094 loading fabric without qfq form
Pipeline #12179 passed
......@@ -46,6 +46,13 @@ $(document).ready( function () {
var page = {}
qfqFabric.initialize($(this), page);
});
$(".annotate-text").each(function() {
var codeCorrection = new QfqNS.CodeCorrection();
var page = {}
codeCorrection.initialize($(this), page);
});
}
} catch (e) {
console.log(e);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment