From 3bc9d42bf431063ffa0651e4fec195b311f42578 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 13 May 2025 15:23:06 +0200 Subject: [PATCH] wip #7527 @1 --- .../views/fields/simplemde.blade.php | 28 +++++++++++++------ src/resources/views/when.blade.php | 1 - 2 files changed, 19 insertions(+), 10 deletions(-) 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'); -- 2.39.5