Removed the now-unused table-row-link.js. It is replaced by the grid display.
This commit is contained in:
		| @@ -24,7 +24,6 @@ First written: 2023/3/5 | ||||
| {% block accounting_scripts %} | ||||
|   <script src="{{ url_for("accounting.static", filename="js/material-fab-speed-dial.js") }}"></script> | ||||
|   <script src="{{ url_for("accounting.static", filename="js/period-chooser.js") }}"></script> | ||||
|   <script src="{{ url_for("accounting.static", filename="js/table-row-link.js") }}"></script> | ||||
| {% endblock %} | ||||
|  | ||||
| {% block header %}{% block title %}{{ _("Income and Expenses Log of %(account)s in %(currency)s %(period)s", currency=report.currency.name|title, account=report.account|title, period=report.period.desc|title) }}{% endblock %}{% endblock %} | ||||
|   | ||||
| @@ -24,7 +24,6 @@ First written: 2023/3/4 | ||||
| {% block accounting_scripts %} | ||||
|   <script src="{{ url_for("accounting.static", filename="js/material-fab-speed-dial.js") }}"></script> | ||||
|   <script src="{{ url_for("accounting.static", filename="js/period-chooser.js") }}"></script> | ||||
|   {# <script src="{{ url_for("accounting.static", filename="js/table-row-link.js") }}"></script> #} | ||||
| {% endblock %} | ||||
|  | ||||
| {% block header %}{% block title %}{{ _("Journal %(period)s", period=report.period.desc|title) }}{% endblock %}{% endblock %} | ||||
|   | ||||
| @@ -24,7 +24,6 @@ First written: 2023/3/5 | ||||
| {% block accounting_scripts %} | ||||
|   <script src="{{ url_for("accounting.static", filename="js/material-fab-speed-dial.js") }}"></script> | ||||
|   <script src="{{ url_for("accounting.static", filename="js/period-chooser.js") }}"></script> | ||||
|   <script src="{{ url_for("accounting.static", filename="js/table-row-link.js") }}"></script> | ||||
| {% endblock %} | ||||
|  | ||||
| {% block header %}{% block title %}{{ _("Ledger of %(account)s in %(currency)s %(period)s", currency=report.currency.name|title, account=report.account|title, period=report.period.desc|title) }}{% endblock %}{% endblock %} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user