Split the JavaScript for the account selector from transaction-form.js to account-selector.js, to modularize the complex JavaScript.
This commit is contained in:
		| @@ -24,6 +24,7 @@ First written: 2023/2/26 | ||||
| {% block accounting_scripts %} | ||||
|   <script src="{{ url_for("accounting.static", filename="js/drag-and-drop-reorder.js") }}"></script> | ||||
|   <script src="{{ url_for("accounting.static", filename="js/transaction-form.js") }}"></script> | ||||
|   <script src="{{ url_for("accounting.static", filename="js/account-selector.js") }}"></script> | ||||
|   <script src="{{ url_for("accounting.static", filename="js/summary-helper.js") }}"></script> | ||||
| {% endblock %} | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user