jodit-pro 1.2.52 → 1.2.56
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/jodit.css +1 -1
- package/build/jodit.es5.css +2 -2
- package/build/jodit.es5.js +1 -1
- package/build/jodit.fat.css +1 -1
- package/build/jodit.fat.es5.css +1 -1
- package/build/jodit.fat.es5.js +1 -1
- package/build/jodit.fat.js +1 -1
- package/build/jodit.js +1 -1
- package/build/plugins/google-maps/google-maps.es5.js +1 -1
- package/build/plugins/google-maps/google-maps.js +1 -1
- package/build/plugins/paste-from-word/paste-from-word.es5.js +1 -1
- package/build/plugins/paste-from-word/paste-from-word.js +1 -1
- package/examples/index.html +2 -2
- package/package.json +1 -1
package/examples/index.html
CHANGED
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
</code></pre>
|
|
38
38
|
<h3>JavaScript</h3>
|
|
39
39
|
<pre><code class="language-javascript">
|
|
40
|
-
var editor =
|
|
40
|
+
var editor = Jodit.make('#editor', {
|
|
41
41
|
zIndex: 0,
|
|
42
42
|
readonly: false,
|
|
43
43
|
activeButtonsInReadOnly: ['source', 'fullsize', 'print', 'about', 'dots'],
|
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
<script src="assets/prism.js"></script>
|
|
148
148
|
<script src="assets/app.js"></script>
|
|
149
149
|
<script>
|
|
150
|
-
var editor =
|
|
150
|
+
var editor = Jodit.make('#area_editor', {
|
|
151
151
|
textIcons: false,
|
|
152
152
|
toolbarButtonSize: 'small',
|
|
153
153
|
iframe: false,
|