diff --git a/app/static/js/App.js b/app/static/js/App.js index 87d44d7194e47a4fae5d503eadd9874652ae52b2..6d54a7a5357a879fb6d2ac0437d12c20688c0499 100644 --- a/app/static/js/App.js +++ b/app/static/js/App.js @@ -91,7 +91,7 @@ class App { .filter((operation) => {return subRegExp.test(operation.path);}); for (let operation of subFilteredPatch) { let [match, userId, jobId] = operation.path.match(subRegExp); - this.flash(`[<a href="/jobs/${jobId}">${this.data.users[userId].jobs[jobId].title}</a>] New status: <span class="job-status-text" data-job-status="${operation.value}"></span>`, 'job'); + this.flash(`[<a href="/jobs/${jobId}">${this.data.users[userId].jobs[jobId].title}</a>] New status: <span class="job-status-text" data-status="${operation.value}"></span>`, 'job'); } // Apply Patch