????
Current Path : /home/thenclexdoctor.com/public_html/public/assets/default/js/panel/ |
Current File : /home/thenclexdoctor.com/public_html/public/assets/default/js/panel/personal_note.min.js |
/******/ (() => { // webpackBootstrap var __webpack_exports__ = {}; /*!*********************************************!*\ !*** ./resources/js/panel/personal_note.js ***! \*********************************************/ (function ($) { "use strict"; $('body').on('click', '.js-show-note', function (e) { e.preventDefault(); var $this = $(this); var note = $this.parent().find('input').val(); var html = '<div class="">' + '<h3 class="section-title after-line">' + noteLang + '</h3>' + '<p class="text-gray mt-20">' + note + '</p>' + '</div>'; Swal.fire({ html: html, showCancelButton: false, showConfirmButton: false, customClass: { content: 'p-0 text-left' }, width: '40rem' }); }); })(jQuery); /******/ })() ;
Sorry, this page is not available...