From: Vincent Vanwaelscappel Date: Tue, 13 May 2025 13:23:06 +0000 (+0200) Subject: wip #7527 @1 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=3bc9d42bf431063ffa0651e4fec195b311f42578;p=cubist_cms-back.git wip #7527 @1 --- diff --git a/src/resources/views/fields/simplemde.blade.php b/src/resources/views/fields/simplemde.blade.php index 6084005..9cea4e4 100644 --- a/src/resources/views/fields/simplemde.blade.php +++ b/src/resources/views/fields/simplemde.blade.php @@ -1,17 +1,17 @@ @include('crud::fields.inc.wrapper_start') - - @include('crud::fields.inc.translatable_icon') - - {{-- HINT --}} - @if (isset($field['hint'])) -

{!! $field['hint'] !!}

- @endif +{{-- HINT --}} +@if (isset($field['hint'])) +

{!! $field['hint'] !!}

+@endif @include('crud::fields.inc.wrapper_end') @@ -40,9 +40,11 @@ @endpush diff --git a/src/resources/views/when.blade.php b/src/resources/views/when.blade.php index b1feb42..2c04295 100644 --- a/src/resources/views/when.blade.php +++ b/src/resources/views/when.blade.php @@ -27,7 +27,6 @@ var element = $(this); if ($(this).data('when-normalized') === undefined) { $(this).data('when-normalized', normalizeWhen($(this).data('when'))); - console.log(normalizeWhen($(this).data('when'))); } var when = $(this).data('when-normalized');