Skip to content

Commit

Permalink
Minor correction to comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaifroid committed Oct 6, 2024
1 parent 991d47a commit 026647f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ self.addEventListener('message', function (event) {
} else if (event.data.action === 'disable') {
// On 'disable' message, we disable the fetchEventListener
// Note that this code doesn't currently run because the app currently never sends a 'disable' message
// This is because the app may be running as a PWA, and still needs to be able to fetch assets even in jQuery mode
// This is because the app may be running as a PWA, and still needs to be able to fetch assets even in Restricted mode
fetchCaptureEnabled = false;
}
var oldValue;
Expand Down

0 comments on commit 026647f

Please sign in to comment.