mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2026-04-02 16:21:58 -04:00
Initial line item idea
This commit is contained in:
9
assets/javascripts/index.js
Normal file
9
assets/javascripts/index.js
Normal file
@@ -0,0 +1,9 @@
|
||||
document.addEventListener("DOMContentLoaded", () => {
|
||||
if (typeof Stimulus === "undefined") {
|
||||
console.error("Stimulus is not loaded. Make sure the UMD script is included first.");
|
||||
return;
|
||||
}
|
||||
|
||||
const application = Stimulus.Application.start();
|
||||
application.register("nested-form", window.NestedFormController);
|
||||
});
|
||||
Reference in New Issue
Block a user