Skip to content

Commit

Permalink
edge case fixed for lighthouseURL
Browse files Browse the repository at this point in the history
  • Loading branch information
OSPFNeighbour committed Feb 19, 2024
1 parent 456b4ba commit 13d297d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/injectscripts/jobs/view.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ function lighthouseETA() {
}

function lighthouseTasking() {
whenLighthouseIsReady(function () {
console.log('Tasking Changes, adding buttons where needed per team');
///Horrible nasty code for untasking

Expand Down Expand Up @@ -200,6 +201,7 @@ function lighthouseTasking() {
console.log('already has untask button');
}
});
})
}

//call on run
Expand Down Expand Up @@ -1688,6 +1690,7 @@ function returnTTime(messageDate) {
}

function lighthouseDictionary() {

var $targetElements = $('.job-details-page div[data-bind="foreach: opsLogEntries"] div[data-bind="text: $data"]');

var ICEMS_Dictionary = {
Expand Down

0 comments on commit 13d297d

Please sign in to comment.