Commit 7da50c6 1 parent 11aabf1 commit 7da50c6 Copy full SHA for 7da50c6
File tree 2 files changed +10
-3
lines changed
src/resources/views/fields
2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,12 @@ All Notable changes to `Backpack CRUD` will be documented in this file
20
20
- Nothing
21
21
22
22
23
+ ## [ 3.1.38] - 2016-11-04
24
+
25
+ ### Fixed
26
+ - SimpleMDE field type did not allow multiple such field types in one form; fixes #222 ;
27
+
28
+
23
29
## [ 3.1.37] - 2016-11-03
24
30
25
31
### Fixed
Original file line number Diff line number Diff line change 27
27
{{-- FIELD JS - will be loaded in the after_scripts section --}}
28
28
@push (' crud_fields_scripts' )
29
29
<script src =" https://cdn.jsdelivr.net/simplemde/latest/simplemde.min.js" ></script >
30
- <script >
31
- var simplemde = new SimpleMDE ({ element: $ (" #simplemde-{{ $field [' name' ] } }" )[0 ] });
32
- </script >
33
30
@endpush
34
31
35
32
@endif
33
+
34
+ <script >
35
+ var simplemde = new SimpleMDE ({ element: $ (" #simplemde-{{ $field [' name' ] } }" )[0 ] });
36
+ </script >
36
37
{{-- End of Extra CSS and JS --}}
37
38
{{-- ########################################## --}}
You can’t perform that action at this time.
0 commit comments