Skip to content

Commit 1886fc5

Browse files
committed
DEV: Незначительные изменения
1 parent 6f86e20 commit 1886fc5

File tree

4 files changed

+5
-14
lines changed

4 files changed

+5
-14
lines changed

resources/views/default/_block/dialog/msg-flag.php

+5-5
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@
4949

5050
<h2 class="uppercase-box"><?= __('app.report'); ?></h2>
5151

52-
<p id="my-dialog-description">
53-
<?= __('app.report_info'); ?>
54-
</p>
52+
<p id="my-dialog-description">
53+
<?= __('app.report_info'); ?>
54+
</p>
5555

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>
5858
</div>
5959
</div>
6060
<?php endif; ?>

resources/views/default/_block/form/editor/notoolbar-img.php

-3
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@
3131
}
3232
});
3333

34-
var textarea = document.createElement('textarea');
35-
textarea.setAttribute('spellcheck', 'true');
36-
3734
var mdText = document.querySelector('.source pre')?.innerText;
3835

3936
var cherry = new Cherry({

resources/views/default/_block/form/editor/toolbar-img.php

-3
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,6 @@
9595
defaultModel: 'editOnly', // edit&preview|editOnly|previewOnly
9696
height: '<?= $height; ?>',
9797
showSuggestList: false,
98-
codemirror: {
99-
// placeholder: "<?= __('app.text'); ?>...",
100-
},
10198
},
10299

103100
toolbars: {

resources/views/default/_block/form/editor/toolbar-noimg.php

-3
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@
4343
defaultModel: 'editOnly', // edit&preview|editOnly|previewOnly
4444
height: '<?= $height; ?>',
4545
showSuggestList: false,
46-
codemirror: {
47-
// placeholder: "<?= __('app.text'); ?>...",
48-
},
4946
},
5047

5148
toolbars: {

0 commit comments

Comments
 (0)