Skip to content

Commit 9a0b94a

Browse files
committed
v3
1 parent 3e1649f commit 9a0b94a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

resources/views/copies/inc-copie-afficher-js.blade.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ function restart(id) {
132132
tabSize: 4
133133
});
134134
editor_code[{{ $loop->iteration }}].container.style.lineHeight = 1.5;
135-
editor_code[{{ $loop->iteration }}].setValue('{{$code->code_eleve}}', -1);
136135
@endforeach
137136
</script>
138137

resources/views/copies/inc-copie-afficher.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
@else
3232
<div class="font-weight-bold text-monospace">PROGRAMME</div>
3333
@endif
34-
<div id="code_editor_{{ $loop->iteration }}" class="mb-2 code-editor"></div>
34+
<div id="code_editor_{{ $loop->iteration }}" class="mb-2 code-editor">{{$code->code_eleve}}</div>
3535
<div class="row no-gutters mb-5">
3636
<div class="col-auto mr-2">
3737
<div>

0 commit comments

Comments
 (0)