📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-06-26 10:18:12
📂
/ (Root)
/
home
/
supecsoq
/
public_html
/
domains
/
migalexpark.com
/
wp-content
/
plugins
/
chaty
/
src
/
components
📍 /home/supecsoq/public_html/domains/migalexpark.com/wp-content/plugins/chaty/src/components
🔄 Refresh
✏️
Editing: active-widget.js
Writable
const $ = window.jQuery; export default function activeWidgetHandler( button = null ) { if($('#active_widget').length) { const $triggerBlockWrapper = $('.trigger-block-wrapper'); const $disableWidetAlert = $('.widget-disable-alert'); const $activeWidgetButton = $('#active_widget'); if (button === null) { button = $activeWidgetButton[0]; } if (button.checked) { $triggerBlockWrapper.show(); $disableWidetAlert.hide(); } else { $triggerBlockWrapper.hide(); $disableWidetAlert.show(); } $('#active_widget').on('change', function () { activeWidgetHandler(this); }); } }
💾 Save Changes
❌ Cancel