mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-06-14 01:50:40 +00:00
Change how the job id is obtained.
This commit is contained in:
@ -2,8 +2,7 @@
|
||||
|
||||
{% block page_content %}
|
||||
<script>
|
||||
var url = window.location.pathname;
|
||||
var JOB_ID = url.substring(url.lastIndexOf('/') + 1);
|
||||
var JOB_ID = {{ job.id }}
|
||||
|
||||
class InformationUpdater {
|
||||
constructor(jobId) {
|
||||
|
Reference in New Issue
Block a user