Security News
ESLint is Now Language-Agnostic: Linting JSON, Markdown, and Beyond
ESLint has added JSON and Markdown linting support with new officially-supported plugins, expanding its versatility beyond JavaScript.
widget-crm-form-epicentrk
Advanced tools
<head>
<!-- *** -->
<script>
/**
* @param {string} u шлях до віджета
* @param {boolean} f при відсутності шрифт Roboto - true
* @param {object} d document
* @param {object} w window
* @param {number|string} t Time Stamp
*/
(function(u, f, d, w, t) {
if (!w.EpicentrK) {
var s = d.createElement('script'), l = d.createElement('link'); s.async = true; s.src = `${u}crm-form.js?${t}`; l.rel = 'stylesheet'; l.href = `${u}crm-form.css?${t}`; d.head.appendChild(l); d.head.appendChild(s); w.onload = function() { f && w.EpicentrK.addFonts(d); };
}
})('https://epicentrk.ua/upload/_crm-form/', true, document, window, (Date.now() / 180000 | 0));
</script>
<!-- *** -->
</head>
/**
* @description Виклик форми в попапі
* @param {number} id ідентифікатор форми
* @example window.EpicentrK.crmFormsPopup(id);
*/
window.EpicentrK.crmFormsPopup(561);
/**
* @description Виклик форми в розмітці
* @param {HTMLElement} el HTMLElement
* @param {number} id ідентифікатор форми
* @example window.EpicentrK.crmFormsStatic(el, id);
*/
window.EpicentrK.crmFormsStatic(document.querySelector('.block'), 561);
<!-- data-form-id - ідентифікатор форми -->
<!-- data-type - тип відображення (popup/static) -->
<button data-form-id='561' data-type='popup'>Зворотний зв'язок</button>
<!-- data-form-id - ідентифікатор форми -->
<!-- data-type - тип відображення (popup/static) -->
<div data-form-id='561' data-type='static'></div>
FAQs
epicentrk
We found that widget-crm-form-epicentrk demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
ESLint has added JSON and Markdown linting support with new officially-supported plugins, expanding its versatility beyond JavaScript.
Security News
Members Hub is conducting large-scale campaigns to artificially boost Discord server metrics, undermining community trust and platform integrity.
Security News
NIST has failed to meet its self-imposed deadline of clearing the NVD's backlog by the end of the fiscal year. Meanwhile, CVE's awaiting analysis have increased by 33% since June.