📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-06-26 09:04:49
📂
/ (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: rule-button.js
Writable
const $ = window.jQuery; export default function ruleButtonHandler() { $('.create-rule').on('click', function() { const $parent = $(this).parents('.chaty-option-box'); $parent.addClass('show-remove-rule-button'); }) $('.remove-rules').on('click', function() { const $parent = $(this).parents('.chaty-option-box'); $parent.removeClass('show-remove-rule-button'); }) }
💾 Save Changes
❌ Cancel