Base design
This commit is contained in:
9
watcher_visio/static/js/analytics/audit.js
Normal file
9
watcher_visio/static/js/analytics/audit.js
Normal file
@@ -0,0 +1,9 @@
|
||||
// Audit-related JavaScript functions
|
||||
function initializeAuditSelector() {
|
||||
const selector = document.getElementById('auditSelector');
|
||||
if (selector && selector.options.length > 0) {
|
||||
selector.dispatchEvent(new Event('change'));
|
||||
}
|
||||
}
|
||||
|
||||
// Export other audit-related functions...
|
||||
Reference in New Issue
Block a user