📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-06-26 09:05:27
📂
/ (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: settings-button.js
Writable
const $ = window.jQuery; export default function settingsButton() { $('.chaty-settings').on('click', function( ev ){ ev.preventDefault(); ev.stopPropagation(); $(this).toggleClass('enable'); const $scope = $(this).parents('.chaty-channel'); const scrollTop = $(window).scrollTop(); const distance = $scope.offset().top - scrollTop - 130; window.scrollBy({ top: distance, left: 0, behavior: 'smooth' }); }) }
💾 Save Changes
❌ Cancel