Minor fixes on consumptions page
This commit is contained in:
parent
56a2d482c9
commit
a1f8ef721a
6 changed files with 35 additions and 17 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue