📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 19:20:36
📂
/ (Root)
/
home
/
apkbfjox
/
shamapk.com
/
wp-content
/
plugins
/
rich-table-of-content
/
js
📍 /home/apkbfjox/shamapk.com/wp-content/plugins/rich-table-of-content/js
🔄 Refresh
✏️
Editing: rtoc_scroll.js
Writable
jQuery(function($) { let headerHight = 100; if(rtocScrollAnimation){ if ( rtocScrollAnimation.rtocScrollAnimation == 'on' ){ $('#rtoc-mokuji-wrapper a[href^="#"]').click(function(){ let speed = 480; let href= $(this).attr("href"); let target = $(href == "#" || href == "" ? 'html' : href); let position = target.offset().top; $("html, body").animate({scrollTop:position - headerHight}, speed, "swing"); return false; }); } } });
💾 Save Changes
❌ Cancel