shell bypass 403
/******/ (() => { // webpackBootstrap var __webpack_exports__ = {}; /*!**********************************************************!*\ !*** ./resources/js/admin/ai_content_create_template.js ***! \**********************************************************/ (function ($) { "use strict"; $('body').on('change', '.js-template-type', function (e) { var value = $(this).val(); var $text = $('.js-text-fields'); var $image = $('.js-image-fields'); var $prompt = $('.js-prompt-field'); var $textPromptHint = $('.js-text-prompt-hint'); var $imagePromptHint = $('.js-image-prompt-hint'); $text.addClass('d-none'); $image.addClass('d-none'); $prompt.addClass('d-none'); $textPromptHint.addClass('d-none'); $imagePromptHint.addClass('d-none'); if (value === "text") { $text.removeClass('d-none'); $textPromptHint.removeClass('d-none'); } else if (value === "image") { $image.removeClass('d-none'); $imagePromptHint.removeClass('d-none'); } if (value) { $prompt.removeClass('d-none'); } }); $('body').on('change', 'input[name="enable_length"]', function (e) { var value = $(this).val(); var $el = $('.js-length-field'); if (this.checked) { $el.removeClass('d-none'); } else { $el.addClass('d-none'); } }); })(jQuery); /******/ })() ;