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:
parent
1cd7339621
commit
5a249bc5ea
1 changed files with 1 additions and 1 deletions
|
@ -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 %]
|
||||
|
|
Loading…
Reference in a new issue