Bug 37491: Remove duplicate asset import

This patch removes a duplicated asset import from import_from_kbart_file.inc

Test plan:
1) Apply patch and look at import_from_kbart_file.inc to observe that where previously there were two uses of "[% Asset.js("js/job_progress.js") | $raw %]" and now there is just one

Signed-off-by: Sam Lau <samalau@gmail.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
Matt Blenkinsop 2024-07-26 11:12:16 +00:00 committed by Katrin Fischer
parent 1cd7339621
commit 5a249bc5ea
Signed by: kfischer
GPG key ID: 0EF6E2C03357A834

View file

@ -67,7 +67,7 @@
</div>
[% END %]
[% END %]
[% Asset.js("js/job_progress.js") | $raw %]
[% BLOCK js %]
[% INCLUDE 'str/job_progress.inc' job_id=job.id %]