Skip to content

Commit

Permalink
Fix CI errors
Browse files Browse the repository at this point in the history
  • Loading branch information
odeialba committed Jun 6, 2023
1 parent 691d34c commit 5664dd1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions templates/sort_voting_form.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@
{{/options}}
</ul>
{{#allowupdate}}
<button class="btn btn-primary" data-action="savevote" title="{{#str}} save {{/str}}">{{#str}} save {{/str}}</button>
{{#js}}
require(['mod_sortvoting/sortvoting'], function(sortvoting) {
sortvoting.init();
});
{{/js}}
<button class="btn btn-primary" data-action="savevote" title="{{#str}} save {{/str}}">{{#str}} save {{/str}}</button>
{{#js}}
require(['mod_sortvoting/sortvoting'], function(sortvoting) {
sortvoting.init();
});
{{/js}}
{{/allowupdate}}

0 comments on commit 5664dd1

Please sign in to comment.