{"version":3,"sources":["assets/js/custom.js"],"names":["$","window","appenChildButton","length","append","document","jQuery"],"mappings":"cAAC,SAAWA,EAAGC,GAEdD,EAAAC,GAAIC,GAAAA,gCAAAA,WACCF,EAAE,eAAeG,QAHrBH,EAAA,eAAAI,OAAqBC,iCAAtB,CAYEC,OAAQL,OAAQI","file":"custom.min.js","sourcesContent":[";(function ($, window, document, undefined) {\n 'use strict';\n\tlet appenChildButton = () => {\n\t\tif ($('.cs_layout1').length) {\n\t\t\t$('.cs_layout1').append('');\n\t\t}\n\t}\n $(window).on('load resize orientationchange', function () {\n appenChildButton();\n});\n\n\n})(jQuery, window, document);"]}