Hackfut Security File Manager
Current Path:
/home/haielekt/pasangac.com/wp-content/plugins/chaty/src/components
home
/
haielekt
/
pasangac.com
/
wp-content
/
plugins
/
chaty
/
src
/
components
/
📁
..
📄
active-widget.js
(736 B)
📄
collapse.js
(658 B)
📄
customizer-button.js
(629 B)
📄
hide-popup.js
(394 B)
📄
rule-button.js
(415 B)
📄
save-button.js
(1.42 KB)
📄
settings-button.js
(531 B)
📄
widget-size.js
(513 B)
Editing: widget-size.js
const $ = window.jQuery; export default function widgetSize() { $('.widget-size-control').on('change', function() { if( this.type === 'radio' ) { $('#custom-widget-size').css({ display: this.id === 'size-custom' ? 'block' : 'none' }) $('.widget-size-control').prop('checked', false); $(this).prop('checked', true); } $('#custom-widget-size-input').val( this.value ); change_custom_preview(); }) }
Upload File
Create Folder