From: Vincent Vanwaelscappel Date: Mon, 7 Nov 2022 17:44:27 +0000 (+0100) Subject: wip #5468 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=5af9d72dbc5676553ff01f20ab93e0416ab9fc5d;p=cubist_cms-back.git wip #5468 @0.25 --- diff --git a/src/resources/views/fields/filesorurl.blade.php b/src/resources/views/fields/filesorurl.blade.php index 3db0dab..e9f6411 100644 --- a/src/resources/views/fields/filesorurl.blade.php +++ b/src/resources/views/fields/filesorurl.blade.php @@ -14,8 +14,8 @@ @push('before_scripts')
- - + +
@endpush @@ -188,7 +188,7 @@ var f = $(form).ajaxSubmit({dataType: 'json'}); var xhr = f.data('jqxhr'); xhr.done(function (data) { - var tf=$(parent).find('.freefile-text-input'); + var tf = $(parent).find('.freefile-text-input'); tf.val(data[0]); tf.trigger('change'); $(parent).removeClass('loading');