PATH:
home
/
niazsaze
/
public_html
/
wp-content
/
plugins
/
wp-statistics
/
assets
/
dev
/
javascript
/
components
// Check for the presence of the elements const unlockColumnExists = document.querySelector('.wps-admin-column__unlock'); const tbodyElement = document.querySelector('.wp-list-table'); // Add class if mini chart addon is deactivated if (unlockColumnExists && tbodyElement) { tbodyElement.classList.add('wps-admin-mini-chart__unlock'); }
[-] tables.js
[edit]
[-] header.js
[edit]
[-] modal-handler.js
[edit]
[-] traffic-hour-chart.js
[edit]
[-] spinner.js
[edit]
[+]
..
[-] notification.js
[edit]