From 5664dd1040f4f5b4e130646a2641c41e8f5e8165 Mon Sep 17 00:00:00 2001 From: Odei Alba Date: Tue, 6 Jun 2023 14:07:17 +0200 Subject: [PATCH] Fix CI errors --- templates/sort_voting_form.mustache | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/sort_voting_form.mustache b/templates/sort_voting_form.mustache index 5f88a58..b494d89 100644 --- a/templates/sort_voting_form.mustache +++ b/templates/sort_voting_form.mustache @@ -68,10 +68,10 @@ {{/options}} {{#allowupdate}} - - {{#js}} - require(['mod_sortvoting/sortvoting'], function(sortvoting) { - sortvoting.init(); - }); - {{/js}} + +{{#js}} + require(['mod_sortvoting/sortvoting'], function(sortvoting) { + sortvoting.init(); + }); +{{/js}} {{/allowupdate}} \ No newline at end of file