mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-06-22 02:18:21 +02:00
Minor fixes on consumptions page
This commit is contained in:
@ -71,13 +71,11 @@ SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
{% block extrajavascript %}
|
||||
<script>
|
||||
var CSRF_TOKEN = "{{ csrf_token }}";
|
||||
|
||||
var sources = [];
|
||||
var sources_notes_display = [];
|
||||
var dests = [];
|
||||
var dests_notes_display = [];
|
||||
var transfer_mode = false;
|
||||
sources = [];
|
||||
sources_notes_display = [];
|
||||
dests = [];
|
||||
dests_notes_display = [];
|
||||
transfer_mode = false;
|
||||
|
||||
$(document).ready(function() {
|
||||
autoCompleteNote("source_note", "source_alias_matched", "source_note_list", sources, sources_notes_display,
|
||||
|
Reference in New Issue
Block a user