Skip to content

Commit

Permalink
[all] Rename serviceworker to document_editor_service_worker.js
Browse files Browse the repository at this point in the history
  • Loading branch information
konovalovsergey committed Aug 28, 2024
1 parent f3c2a8c commit c417d0a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/editorscommon.js
Original file line number Diff line number Diff line change
Expand Up @@ -14568,7 +14568,7 @@

function registerServiceWorker() {
if ('serviceWorker' in navigator) {
const serviceWorkerName = 'serviceworker.js';
const serviceWorkerName = 'document_editor_service_worker.js';
const serviceWorkerPath = '../../../../' + serviceWorkerName;
let reg;
navigator.serviceWorker.register(serviceWorkerPath)
Expand Down
File renamed without changes.

0 comments on commit c417d0a

Please sign in to comment.