File tree 4 files changed +5
-14
lines changed
resources/views/default/_block
4 files changed +5
-14
lines changed Original file line number Diff line number Diff line change 49
49
50
50
<h2 class="uppercase-box"><?= __ ('app.report ' ); ?> </h2>
51
51
52
- <p id="my-dialog-description">
53
- <?= __ ('app.report_info ' ); ?>
54
- </p>
52
+ <p id="my-dialog-description">
53
+ <?= __ ('app.report_info ' ); ?>
54
+ </p>
55
55
56
- <button id="flag" class="btn btn-primary mr5" type="submit" name="button"><?= __ ('app.report ' ); ?> </button>
57
- <span data-a11y-dialog-hide class="text-sm inline gray"><?= __ ('app.cancel ' ); ?> </span>
56
+ <button id="flag" class="btn btn-primary mr5" type="submit" name="button"><?= __ ('app.report ' ); ?> </button>
57
+ <span data-a11y-dialog-hide class="text-sm inline gray"><?= __ ('app.cancel ' ); ?> </span>
58
58
</div>
59
59
</div>
60
60
<?php endif ; ?>
Original file line number Diff line number Diff line change 31
31
}
32
32
});
33
33
34
- var textarea = document.createElement('textarea');
35
- textarea.setAttribute('spellcheck', 'true');
36
-
37
34
var mdText = document.querySelector('.source pre')?.innerText;
38
35
39
36
var cherry = new Cherry({
Original file line number Diff line number Diff line change 95
95
defaultModel: 'editOnly', // edit&preview|editOnly|previewOnly
96
96
height: '<?= $ height ; ?> ',
97
97
showSuggestList: false,
98
- codemirror: {
99
- // placeholder: "<?= __ ('app.text ' ); ?> ...",
100
- },
101
98
},
102
99
103
100
toolbars: {
Original file line number Diff line number Diff line change 43
43
defaultModel: 'editOnly', // edit&preview|editOnly|previewOnly
44
44
height: '<?= $ height ; ?> ',
45
45
showSuggestList: false,
46
- codemirror: {
47
- // placeholder: "<?= __ ('app.text ' ); ?> ...",
48
- },
49
46
},
50
47
51
48
toolbars: {
You can’t perform that action at this time.
0 commit comments