📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
blogscripti.demodesign.com.tr
/
admin
/
assets
/
js
📝
extended-ui-perfect-scrollbar.js
← Geri Dön
/** * Perfect Scrollbar */ 'use strict'; document.addEventListener('DOMContentLoaded', function () { (function () { const verticalExample = document.getElementById('vertical-example'), horizontalExample = document.getElementById('horizontal-example'), horizVertExample = document.getElementById('both-scrollbars-example'); // Vertical Example // -------------------------------------------------------------------- if (verticalExample) { new PerfectScrollbar(verticalExample, { wheelPropagation: false }); } // Horizontal Example // -------------------------------------------------------------------- if (horizontalExample) { new PerfectScrollbar(horizontalExample, { wheelPropagation: false, suppressScrollY: true }); } // Both vertical and Horizontal Example // -------------------------------------------------------------------- if (horizVertExample) { new PerfectScrollbar(horizVertExample, { wheelPropagation: false }); } })(); });
💾 Kaydet
İptal
📝 Yeniden Adlandır
İptal
Kaydet
🔐 Dosya İzinleri (chmod)
İzin Değeri:
Hızlı Seçim:
777
755
644
600
777
= Herkes okur/yazar/çalıştırır
755
= Sahip tam, diğerleri okur/çalıştırır
644
= Sahip okur/yazar, diğerleri okur
600
= Sadece sahip okur/yazar
İptal
Uygula