Skip to content

Commit c02028e

Browse files
committed
fixes #222
1 parent 7da50c6 commit c02028e

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ All Notable changes to `Backpack CRUD` will be documented in this file
2020
- Nothing
2121

2222

23+
## [3.1.39] - 2016-11-06
24+
25+
### Fixed
26+
- fixed SimpleMDE which was broken by last commit; really fixes #222;
27+
28+
2329
## [3.1.38] - 2016-11-04
2430

2531
### Fixed

src/resources/views/fields/simplemde.blade.php

+2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,10 @@
3131

3232
@endif
3333

34+
@push('crud_fields_scripts')
3435
<script>
3536
var simplemde = new SimpleMDE({ element: $("#simplemde-{{ $field['name'] }}")[0] });
3637
</script>
38+
@endpush
3739
{{-- End of Extra CSS and JS --}}
3840
{{-- ########################################## --}}

0 commit comments

Comments
 (0)