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