mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Remove v1 references
This commit is contained in:
@@ -261,7 +261,7 @@
|
||||
{% endblock %}
|
||||
{% block scripts %}
|
||||
<script type="text/javascript" nonce="{{ JS_NONCE }}">
|
||||
var deleteAPIRoute = '{{ route('api.v1.data.destroy') }}';
|
||||
var deleteAPIRoute = '{{ route('api.data.destroy') }}';
|
||||
var confirmText = '{{ trans('firefly.are_you_sure')|escape('js') }}';
|
||||
$(document).ready(function () {
|
||||
$('.confirm').on('click', function (e) {
|
||||
|
||||
Reference in New Issue
Block a user