Expose autoPopulateSignalForm to window object for discovery integration
This commit is contained in:
parent
6e23e757e1
commit
db8dc90a85
|
|
@ -355,3 +355,6 @@ document.addEventListener('DOMContentLoaded', function() {
|
|||
// Load initial data
|
||||
loadAllSignals();
|
||||
});
|
||||
|
||||
// Expose functions to window for discovery integration
|
||||
window.autoPopulateSignalForm = autoPopulateSignalForm;
|
||||
Loading…
Reference in New Issue