mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
MDL-56684 competencies: fix eslint probs in templates
This commit is contained in:
parent
207136f279
commit
f0049415af
@ -35,7 +35,7 @@
|
||||
{ "courses":
|
||||
[
|
||||
{
|
||||
"viewurl": "http://",
|
||||
"viewurl": "http://example.com",
|
||||
"fullname": "Course 1",
|
||||
"shortname": "C1"
|
||||
}
|
||||
|
@ -163,9 +163,9 @@
|
||||
{{#js}}
|
||||
// Initialise the JS.
|
||||
require(['tool_lp/planactions'],
|
||||
function(actionsMod) {
|
||||
function(ActionsMod) {
|
||||
|
||||
var planActions = new actionsMod('plans');
|
||||
var planActions = new ActionsMod('plans');
|
||||
planActions.enhanceMenubar('.planactions');
|
||||
});
|
||||
|
||||
|
@ -131,6 +131,6 @@
|
||||
{{#js}}
|
||||
require(['tool_lp/user_evidence_actions'], function(UserEvidenceActions) {
|
||||
var uea = new UserEvidenceActions('list');
|
||||
uea.enhanceMenubar('.user-evidence-actions')
|
||||
uea.enhanceMenubar('.user-evidence-actions');
|
||||
});
|
||||
{{/js}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user