From 0dbe14589bb1624f383b4cae0bd5395846526705 Mon Sep 17 00:00:00 2001 From: vedatakd Date: Wed, 26 Feb 2020 12:54:19 +0300 Subject: [PATCH] update ready --- .../visiosoft/singlefile-field_type/resources/js/input.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/addons/default/visiosoft/singlefile-field_type/resources/js/input.js b/addons/default/visiosoft/singlefile-field_type/resources/js/input.js index 9aefed2ec..31e9f4d9f 100644 --- a/addons/default/visiosoft/singlefile-field_type/resources/js/input.js +++ b/addons/default/visiosoft/singlefile-field_type/resources/js/input.js @@ -1,5 +1,4 @@ -$(document).on('ajaxComplete ready', function () { - +$( document ).ready(function() { // Initialize file pickers $('[data-provides="visiosoft.field_type.singlefile"]:not([data-initialized])').each(function () {